HDAnywhere

I’m a noob to openhab so sorry for the dumb question.

I am trying to set up my HdAnywhere mhub and just cannot seem to get the right syntax

config.cfg file.
hdanywhere=192.168.0.43:8000:30
has the error
11:17:21.854 [WARN ] [o.config.core.ConfigDispatcher:237 ] - Cannot parse line 'hdanywhere="192.168.0.43:8000:30"' of main configuration file 'configurations/openhab.cfg'.

Yet when I try to change it to

hdanywhere:hdanywhere=192.168.0.43.(ports)8000

I get these errors:
11:26:30.823 [DEBUG] [b.h.internal.HDanywhereBinding:88 ] - given hdanywhere-config-key ‘hdanywhere’ does not follow the expected pattern '<host_IP_Address>.ports’
11:26:30.825 [DEBUG] [b.h.internal.HDanywhereBinding:88 ] - given hdanywhere-config-key ‘service.pid’ does not follow the expected pattern ‘<host_IP_Address>.ports’

Any help very much appreciated. I am a Java developer so this should be easy right…