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 you backup the configuration file before any changes are made.
The server and agent configuration files can be located in the following locations:
Incoming | Outgoing | Used for | Set in | Value to Change | |
---|---|---|---|---|---|
Server | 9000 | 9002 | Communication with agents | <server_install_dir>\Server\Continua.Server.Service.exe.config | <endpoints port="9000" serverHostName="localhost" serverPort="9000" serverSSHPort="9010"/> |
Server | 80 | Web UI | IIS 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"/> | |
Agent | 9002 | 9000 | Communication with server | <agent_install_dir>\Server\Continua.Agent.Service.exe.config | <endpoints port="9002" serverHostName="localhost" serverPort="9000"/> |
Agent* | 9010 | SSH/SFTP with server | <agent_install_dir>\Server\Continua.Agent.Service.exe.config | <endpoints port="9002" serverHostName="localhost" serverPort="9000" serverSSHPort="9010"/> |
*SSH access is optional, however agents must be able to access files on the server via either SSH or a UNC share. See below for more info.
Note that if you change the server port or the server ssh port then the server ports on all of the agents must then point to the new port.
The Server and Agent both run under the Windows user that was specified during the installers. Continua does not use the Local System user an many external tools (Version Control Systems, build tools, etc.) must be run in a user context.
It is possible to enable HTTPS in IIS for use with Continua CI. Please see this IIS Config guide for more details: http://learn.iis.net/page.aspx/144/how-to-set-up-ssl-on-iis/#IISManager