# 接続ができない

接続できない場合、[proxy-protocol](/settings/proxy-protocol.md)の設定が正しく行われていない可能性があります。有効化されているかを確認するための簡単な方法として、保護されているサーバーのIPアドレスとポートから直接サーバーに接続できるか試してみてください。接続できる場合は、proxy-protocolの設定が問題の原因である可能性があります。その他にも、ポートが正しく開放されているか、エンドポイントを追加する際にミスタイプがないかなども確認してください。問題が解決しない場合は、[Discord](https://discord.nohit.cc)のサポートチケットにて対応いたします。


---

# 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.nohit.cc/troubleshooting/cant-connect.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.
