# Setup Checklist

This guide is for when the setup for TCPShield is failing. This checklist will give you a list of things to double-check to ensure everything is configured correctly.

1. Is your domain verified? Is your domain pointing to the correct backend set?&#x20;
2. Are you confident your backend server is accepting connections? Ensure the correct port that BungeeCord / Spigot is running on is open and matches what you have in the backend set on our panel.
3. Are you trying to join the backend IP directly? The TCPShield plugin (and proxy protocol) blocks this intentionally.&#x20;
4. Have you configured the proxy protocol correctly? The TCPShield plugin and proxy protocol setting can't coexist. More information can be found [here](https://docs.tcpshield.com/commonly-asked-questions#1.-differences-between-our-plugin-vs-proxy-protocol).&#x20;
5. Make sure you **do not** install the TCPShield plugin in both your proxy server and your game mode server.
6. If you are using TCPShield plugin, keep in mind that it might not be compatible with your existing plugins (antiBot and antiVPN specifically). Try disabling them or switch to [proxy protocol](https://docs.tcpshield.com/commonly-asked-questions#1.-differences-between-our-plugin-vs-proxy-protocol) instead.
7. Has your DNS [propagated](https://docs.tcpshield.com/commonly-asked-questions#3.-ive-setup-tcpshield-correctly-yet-my-domain-doesnt-work.)? It can take up to 24 hours sometimes for DNS to fully propagate for everyone.
   1. Use <https://www.whatsmydns.net/> to ensure this.
   2. For more information on how DNS propagation works, please refer to [this](https://docs.tcpshield.com/commonly-asked-questions#3.-how-dns-propagation-works).
8. Have you tried using your subdomain instead of your SRV record? Some clients can have issues resolving your SRV record.
9. Does your backend set have the expected IP addresses in the panel?&#x20;
10. Does your firewall accept connections from the TCPShield network? List [here](http://tcpshield.com/v4).

The[ TCPShield Discord is available](https://discord.gg/tcpshield) if needed, but this should cover most issues people will encounter when setting up TCPShield.


---

# 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.tcpshield.com/troubleshooting/setup-checklist.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.
