Skip to main content

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

Error: Server rejected connection

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?
  1. 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.
  2. 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.
  3. 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.

linkQuick access to everything

Here are the key links to our resources — all in one place!

ResourceLink
Goxy Homepagegoxy.io
Admin Paneldashboard.goxy.io
Status Pagestatus.goxy.io
Discord CommunityJoin Discord
Awesome Goxy ListView list
API DocumentationAPI Docs