Network
How to manage port allocations and network settings for your server.
The Network tab lets you manage port allocations for your server. Ports are used by your game server, query systems, and plugins that need their own connections.
Viewing Your Allocations
Go to the Network tab to see all ports assigned to your server. Each allocation shows:
| Field | Description |
|---|---|
| IP Address | The server's IP address |
| Port | The assigned port number |
| Notes | Optional label (e.g., "Game Port", "Query Port") |
| Primary | Whether this is your server's main connection port |
Setting the Primary Allocation
Your primary allocation is the main address players use to connect to your server.
- Find the allocation you want to set as primary
- Click Make Primary
The server's connection address will update to use this IP and port.
Adding Notes to Allocations
Keep track of what each port is used for:
- Click the notes field next to an allocation
- Type a description (e.g., "Dynmap", "Voice Chat", "RCON")
- Save your changes
Creating Additional Allocations
If your plan allows it, you can request additional ports:
- Click Create Allocation
- A new port will be assigned automatically
📝 Note: The number of additional allocations you can create depends on your plan. If you've reached your limit, you'll need to remove an unused allocation or upgrade.
Deleting an Allocation
- Click the Delete button next to the allocation
- Confirm the deletion
⚠️ Warning: You cannot delete your primary allocation. Switch the primary to a different allocation first if you need to remove it. Deleting an allocation that a plugin is using will break that plugin's network connection.
Related Pages
- Subdomains — Point a custom subdomain to your allocations
- Server Management — Startup parameters that may reference ports
How is this guide?