Here is an example config file that can connect to the server. Name it iotope-community.xml and change the active config in the active-config.properties file. And restart the node.
<iotope-node name="iotope-community" group="default" iotope="public">
<tech type="2" protocol="mifare-ultralight" detect="true" ndef="true"
cache="false" meta="true" />
<tech type="2" protocol="mifare-classic" detect="true" ndef="false"
cache="false" meta="true" />
<pipeline>
<application urn="urn:iotope.app:iotope.org:webhook">
</application>
<!-- Active the weblink application -->
<application urn="urn:iotope.app:iotope.org:weblink">
</application>
<!-- Active the notify application -->
<application urn="urn:iotope.app:iotope.org:notify">
</application>
</pipeline>
</iotope-node>