# Failed to reach comp-server

If you are trying to broadcast a server to the server browser yourself but you get `Failed to reach comp-server xxx` here are some of the solutions we have right now:

| Error    | Solution                                                                                                                                     |
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| 500      | To host a server, you need to port forward.                                                                                                  |
| 400      | <p>If you change your remote scripts it won't allow you to host. <br>Redownload scripts from the official repo and try again.</p>            |
| 500, 400 | <p>Only Latin letters, numbers and spaces are allowed in the server name. <br>Anything else isn't allowed and will throw you this error.</p> |

In the next update, it's gonna be easier to identify what's the problem. \
In the meantime, if you still can't get this fixed, visit our [Discord](https://discord.gg/R5Reloaded) and ask in the `#questions` channel.


---

# Agent Instructions: 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.r5reloaded.com/troubleshooting/comp-server-500.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.
