Is it possible to define port for the tentacle?

We are running in a over restricted network and it is always a lot of work to configure ports etc. Is it possible to run the tentacles on a different port than 10933?

Hi Thomas,

In Tentacle.exe.config you can change this app setting:

<add key="Services.PortNumber" value="10933" />

The downside to this is that if you use the automatic update feature, the setting will get overridden.

I’ll also make it an option in the installer in the next release so that it is persisted between upgrades.

Hope that helps,

Paul