> 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/troubleshooting/error-404-when-trying-to-access-the-console.md).

# Error 404 when trying to access the console

If using the demo server, port 80 may already be in use on the machine it is installed on. Candidates that can use port 80 are Apache, IBM HTTP Server, Microsoft IIS and Skype.

If this is the problem, there will be a message in the logs saying that the port is already in use.

Alternatively, if trying to access using “localhost” and connecting to the web using a proxy, as a proxy cannot handle local addresses, bypass local proxies for the connection. Please refer to the manual for the specific browser for details on how to do so.


---

# 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:

```
GET https://docs.tomorrowx.com/cap/troubleshooting/error-404-when-trying-to-access-the-console.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
