Unable to connect to server
This guide helps you resolve connection problems to your server.
Basic checks
1. Is the server started?
Check in the panel that the server is online (green status).
2. Are you using the correct address?
Check:
- The IP address
- The connection port
Format: IP:PORT
3. Firewall
If you have a VPS, check that ports are open:
sudo ufw status
sudo ufw allow PORT/tcp
sudo ufw allow PORT/udp
By server type
FiveM
- Check that the server appears in the list (if not private)
- Try direct connection:
connect IP:PORTin the F8 console
Minecraft
- Check that you're using the correct client version
- Check compatible mods/plugins
Garry's Mod
- Make sure you have the required addons
- Check the password if configured
Common errors
| Error | Solution |
|---|---|
| Connection timed out | Check IP/Port and firewall |
| Server is full | Wait for a slot to free up |
| Version mismatch | Update your client |
| Kicked by server | Check bans/whitelist |
tip
Restart your server after any configuration change.