Skip to main content

Setting Bind Address on Servers running Cablecast

Last Updated:March 17, 2026

If a server running Cablecast software has more than one network interface card (NIC) in use — meaning it has multiple network connections — you'll need to tell Cablecast which NIC and IP address to use. This is done by setting a bind address in the Cablecast configuration file.

This setting is required on every Enco enCaption device.

How to Set a Bind Address

Step 1: Copy the BindAddress line from the default config

The BindAddress setting does not appear in ControlModuleSettings.config by default — it needs to be copied in from the default config file first.

On the Windows desktop of the target server, navigate to:

Text

1 C:\TRMS\Control Modules\

Note

This folder contains several similarly named files. Make sure you are working with the correct files in the steps below.

> Windows File Explorer showing the contents of C:\TRMS\Control Modules. The files ControlModuleSettings.config, ControlModuleSettings.config.bak, and ControlModuleSettings.config.default are highlighted with a red box.

Right-click ControlModuleSettings.config.default and select Open with → Notepad. Locate the following line and copy it:

XML

1 <add key="BindAddress" value="127.0.0.1" />

The ControlModuleSettings.config file open in Notepad. No BindAddress line is present.

Step 2: Add and edit the BindAddress line in the config file

Right-click ControlModuleSettings.config and select Open with → Notepad. Paste the line you copied into the <appSettings> block.

Replace 127.0.0.1 with your desired IP address. When done, the line should look like this:

XML

1 <add key="BindAddress" value="YOUR.IP.ADDRESS.HERE" />

> The ControlModuleSettings.config file open in Notepad. The BindAddress line has been added to the appSettings block with a local IP address value, highlighted in blue.

Save the file.

Step 3: Restart Cablecast Device Control

Changes to this file do not take effect until the Cablecast Device Control service is restarted.

  1. Open the Windows Services panel. You can do this by pressing Windows + R, typing services.msc, and pressing Enter.

  2. Scroll down and locate Cablecast Device Control in the list.

  3. Right-click the service and select Restart.

> The Windows Services manager with Cablecast Device Control selected. A right-click context menu is open with an arrow pointing to the Restart option.

Step 4: Verify the bind address in Cablecast

After the service restarts, confirm the change took effect:

  1. Log in to Cablecast.

  2. Go to Settings → Servers.

  3. Locate the server you updated and confirm it is checking in with the correct IP address.

Note:

Editing the bind address in ControlModuleSettings.config does not directly update the IP address shown on the Servers page in Cablecast. Cablecast discovers servers via a network broadcast, and the IP displayed there updates automatically when the server checks in. For more detail on how server configuration works in Cablecast, see Configuring New Cablecast Servers.

The Cablecast Servers page showing a VIO server with a connection status of OK, checking in with the updated host address.

Next Steps

If your server is still not checking in with the correct IP after completing these steps, contact Cablecast Support.