> For the complete documentation index, see [llms.txt](https://docs.tomorrowx.com/cap/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tomorrowx.com/cap/product-reference/installation-and-configuration/port-numbers-and-how-to-change-them.md).

# Port Numbers and how to Change Them

<code class="expression">space.vars.X\_Product\_Name</code> uses a number of TCP/IP ports. In various different configurations and topologies, it may be a requirement to change these ports. The following provides a table of the ports used and how to change them if required.

<table data-header-hidden><thead><tr><th width="177"></th><th></th><th></th></tr></thead><tbody><tr><td>Port Number</td><td>Use</td><td>How to change</td></tr><tr><td>80</td><td>HTTP port for the console and the built in proxy</td><td><p>Edit the file /server/start.d/http.ini and locate the following text:</p><p>## Connector port to listen on</p><p>jetty.http.port=80</p><p>Modify the value to be the desired port</p></td></tr><tr><td>443</td><td>HTTPS port for the console and the built in proxy</td><td><p>Edit the file /server/etc/jetty-ssl.xml and locate the following text:</p><p>default="443" />&#x3C;/Set></p><p>Modify the value to be the desired port.</p><p>To configure the certificate served on this port, see <a href="/pages/psYZzipXiDHeMqrpFi83">HTTPS Certificate Configuration</a>.</p></td></tr><tr><td>8080</td><td>Optional browser proxy</td><td>Under administration, click on the server where the browser proxy is running. Under the "Forwarding" tab, locate the browser proxy port and set it to a different value (0 to stop it completely). Then redeploy the configuration to the server and start it. The port will be changed.</td></tr><tr><td>9931</td><td>Default Multi-Protocol server Standalone instance</td><td>In the Multi-Protocol folder, the file magic.properties contains the port number.</td></tr><tr><td>9936</td><td>Default Stress Test Server</td><td>In the Stress folder, the file magic.properties contains the port number.</td></tr><tr><td>9930</td><td>Console management port</td><td><p>This and the following management ports are all set under their relevant web application properties files. This properties file is located in:</p><p>/server/webapps/[name]/WEB-INF/classes</p><p>[name] console</p></td></tr><tr><td>9932</td><td><p>Test server</p><p>management port</p></td><td>[name] testserver1</td></tr><tr><td>9944</td><td>Built in Proxy management port</td><td>[name] root</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tomorrowx.com/cap/product-reference/installation-and-configuration/port-numbers-and-how-to-change-them.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
