Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Below are the default ports that are created when you install Continua. These values can be changed by modifying the specified configuration files. Note that it is highly recommended that backup the configuration file before any changes are made.

 IncomingOutgoingUsed forSet inValue to Change
Server90009002

Communication with agents

<server_install_dir>\Server\Continua.Server.Service.exe.config<endpoints port="9000" serverHostName="localhost" serverPort="9000" serverSSHPort="9010"/>
Server80 Web UIIIS configuration 
Server*9010 SSH/SFTP communication with agents<server_install_dir>\Server\Continua.Server.Service.exe.config<endpoints port="9000" serverHostName="localhost" serverPort="9000" serverSSHPort="9010"/>
Agent90029000Communication with server<agent_install_dir>\Server\Continua.Agent.Service.exe.config<endpoints port="9002" serverHostName="localhost" serverPort="9000"/>
Agent* 9010SSH/SFTP with server

<agent_install_dir>\Server\Continua.Agent.Service.exe.config

<endpoints port="9002" serverHostName="localhost" serverPort="9000" serverSSHPort="9010"/>

...