The following steps will setup a port offset for the SSLIP and Control applications.

When you open SMS or Control it transmits a UDP broadcast on port 2868 to locate the SSLIP. The SSLIP responds with it's IP, and SMS or Control then connects to that IP on TCP port 2879.

In certain cases, there may be conflicts where the ports that the SSLIP is using are being used by other applications on the client or server computer. In this case, you must tell Control and the SSLIP to use an alternate port. The offset is added to the base addresses above (subtracted for negative numbers) to determine the new port.

Note: Do not use a port offset greater than 13000 as not all machines support TCP ports greater than 16K.


The following must be done from the Cyrious server machine.

Note: In Control 5.1 and later the SSLIP and Control will both read from the Control_Options.txt file so there is no longer a need to have a SSLIP_Options.txt file.

Resolution 1 (preferred method)

Step #1 - Setting port offset for SSLIP

  1. Open My Computer.
  2. Navigate to SSLIP installation folder. (Ex. C:\Program Files (x86)\Cyrious\SSLIP)
  3. Open SSLIP_Options.txt file.
    • If one doesn't exist, go to File–>New–>Text Document.
    • Name text file SSLIP_Options.txt
  4. Add line:
    • PortOffset=1

With a PortOffset=1 the SSLIP will now attempt all communication on TCP port 2790 and UDP port 2869.

  1. Save file and close.
  2. Restart SSLIP.

Step #2 - Setting port offset for Control

  1. Open My Computer.
  2. Navigate to Control installation folder. (Ex. C:\Program Files (x86)\Cyrious\Control)
  3. Open Control_Options.txt file.
    • If one doesn't exist, go to File–>New–>Text Document.
    • Name text file Control_Options.txt
  4. Add line:
    • PortOffset=1
  5. Save file and close.
  6. Start Control.

Resolution 2
  1. Connect to the server.
  2. Click the start button > run > type regedit to open the registry editor.
  3. Browse to this path:
    • HKEY_CURRENT_USER\Software\Cyrious Software\SSLIP
  4. Create New Key under each called Options
  5. In that folder create a new string value called PortOffSet
  6. Double click on the PortOffset string and enter a value. i.e. 1
  7. Repeat the above steps for these two keys as well.
    • HKEY_CURRENT_USER\Software\Cyrious Software\Control
    • HKEY_CURRENT_USER\Software\Cyrious Software\SMS
  8. Close the registry editor.
  9. Start the SSLIP.
  10. Start SMS or Control to test.
You could leave a comment if you were logged in.