# Troubleshooting

#### When I run `curl http://localhost:8012/status`,  I see this error message `curl (7) failed connect to localhost:8012 connection refused`. What should I do?

```
sudo ufw reset
sudo ufw allow 8012/tcp
sudo ufw allow 9012/tcp
```

Now run the `curl http://localhost:8012/status` again and the problem is solved. However, if you still see the error message, contact our support team on [Discord](https://discord.com/channels/830888887253073920/1065565092151820308)/[Telegram](https://t.me/muon_net).


---

# 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.logosnodos.online/mainnet-node/muon-network/troubleshooting.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.
