Server Rejected Connection
Error Description
Players see “Server rejected connection” in the Minecraft client, even though the connection to the Goxy proxy was successful. The issue lies with the target server, which is rejecting the connection — often due to firewall rules or misconfiguration.
warningError Symptoms
Players see in the Minecraft client:
- “Server rejected connection”
Error Screenshot

Possible Causes
magnifying-glassWhat Could Be the Cause?
- Firewall blocking connection: The Minecraft server port (e.g., 25565) is blocked by the firewall on the target server.
- Not a Minecraft server: The provided address does not point to a running Minecraft server.
Fix Steps
toolsHow to Fix the Error?
- Check firewall rules:
- Ensure the server port (e.g., 25565) is open in the target server’s firewall.
- Linux example command:
ufw allow 25565 - If using a hosting provider, contact them to verify firewall settings.
- Confirm it’s a Minecraft server:
- Verify the IP:port points to a running Minecraft server (e.g., Paper/Spigot).
- Use
ping <IP>:<port>or an online tool to test connectivity.
- Contact support:
- If the issue persists, reach out on Discord.
Additional Notes
light-bulbTips & Advice
- Regularly check Goxy server status at status.goxy.io.
- If using a custom domain, ensure DNS records (SRV/CNAME/A) are correctly configured. See Domain Setup Guide.
- Update the Goxy plugin to the latest version to avoid compatibility issues.
- If the server is on external hosting, confirm with the provider there are no network restrictions.
check-markError Fixed!
After completing the steps, your server should accept connections. If the issue persists, contact us.
Links & Resources
linkQuick access to everything
Here are the key links to our resources — all in one place!
| Resource | Link |
|---|---|
| Goxy Homepage | goxy.io |
| Admin Panel | dashboard.goxy.io |
| Status Page | status.goxy.io |
| Discord Community | Join Discord |
| Awesome Goxy List | View list |
| API Documentation | API Docs |