# Troubleshoot common problems

- [RPort Server not starting](https://kb.rport.io/need-help/troubleshoot-common-problems/rport-server-not-starting.md): Analyse why your rport server refuses to start
- [Restart rport through a tunnel](https://kb.rport.io/need-help/troubleshoot-common-problems/restart-rport-through-a-tunnel.md): How to restart the rport client safely when connected via tunnel
- [Attributes file path not set](https://kb.rport.io/need-help/troubleshoot-common-problems/attributes-file-path-not-set.md): How to solve the “attributes file path not set” error
- [Recover lost passwords](https://kb.rport.io/need-help/troubleshoot-common-problems/recover-lost-passwords.md): Learn how to get access to the RPort server if you have lost all password
- [Client is not connecting](https://kb.rport.io/need-help/troubleshoot-common-problems/client-is-not-connecting.md): If a client does not connect, likely a firewall causes the problem. Let's check this quickly from the command line.
- [Id is already in use](https://kb.rport.io/need-help/troubleshoot-common-problems/id-is-already-in-use.md): Solve connection errors caused by duplicated ids


---

# 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://kb.rport.io/need-help/troubleshoot-common-problems.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.
