Managing Your Server’s Network Settings
Every game server needs at least one IP address and port to accept connections from players. Some servers need multiple ports — one for the main game connection, another for file transfers, a third for remote administration. The FREAKHOSTING Game Panel at games.freakhosting.com gives you full control over these network allocations through the Management > Network section, and lets you set up friendly subdomains through Management > Subdomains so players can connect with a memorable name instead of a raw IP and port number.Difficulty
Beginner
Time
3 Minutes
Understanding Port Allocations
When your game server is provisioned, it is assigned one or more port allocations — combinations of an IP address and a port number that the server listens on for incoming connections. Think of the IP address as your building’s street address and the port as a specific door number within that building. Different services use different doors. Here is a practical example using a TeamSpeak voice server:| IP Address | Port | Purpose |
|---|---|---|
| 191.96.94.103 | 9987 | Main voice connection — This is the port players connect to with their TeamSpeak client. It is the Primary allocation. |
| 191.96.94.103 | 30033 | File transfer — Used when uploading icons, avatars, or files to channels within TeamSpeak. |
| 191.96.94.103 | 10011 | ServerQuery — A remote administration interface for bots, management tools, and automated scripts. |
Not all game servers need multiple ports. A standard Minecraft server, for example, typically uses a single port for all player connections. TeamSpeak, multi-service game servers, and some modded setups are the most common cases where multiple allocations matter.
Accessing the Network Section
Log In to the Game Panel
Navigate to games.freakhosting.com and sign in with your credentials.
Select Your Server
From the server list or the server selector dropdown, choose the game server you want to manage.
| Column | What It Shows |
|---|---|
| IP | The IP address assigned to this allocation. All your allocations may share the same IP, or you may have allocations on different IPs depending on your setup. |
| Port | The specific port number for this allocation. |
| Notes | An editable text field where you can add a description for this allocation (e.g., “Voice port”, “File transfer”, “Query port”). |
| Actions | Shows a green Primary badge for the primary allocation, or a Make Primary button and a red delete trash icon for secondary allocations. |
What Is the Primary Allocation?
The Primary allocation is the main port your server uses — it is the IP:port combination that players type into their game client to connect. It is marked with a green Primary badge in the Manage allocation table. Every server must have exactly one Primary allocation. You can change which allocation is Primary, but you cannot have zero or multiple Primary allocations at the same time.Primary Allocation
The main connection point for your server. This is the IP:port players use to join. Marked with a green Primary badge. Cannot be deleted while it is the Primary.
Secondary Allocations
Additional ports for supporting services — file transfers, query interfaces, RCON, plugins that need their own port. Each has a Make Primary button and a red delete trash icon.
Adding Notes to Your Allocations
The Notes column in the Manage allocation table provides an editable input field for each allocation. This is where you can label what each port is used for — incredibly helpful when your server has multiple allocations and you need to remember which port does what.Type Your Note
Enter a short, descriptive label. For example:
Voice connectionfor the main TeamSpeak portFile transferfor port 30033ServerQueryfor port 10011RCONfor a remote console portDynmap webfor a web map plugin port
Changing the Primary Allocation
If you need to switch which port is your server’s main connection point — for example, after migrating to a different IP or if your server configuration changed — you can promote any secondary allocation to Primary.Stop Your Server
Before changing the Primary allocation, stop your game server. Changing the primary port while the server is running may cause connection issues.
Find the New Primary
In the Manage allocation table, locate the secondary allocation you want to make Primary. It will have a Make Primary button next to it.
Click Make Primary
Click the Make Primary button. The green Primary badge moves from the old allocation to the new one. The previously primary allocation becomes a secondary allocation with its own Make Primary button and delete icon.
Update Connection Details
After changing the Primary, update any connection details you have shared with players — server list entries, website connection info, Discord bot configurations, and anywhere else you have listed the old IP:port.
Deleting a Secondary Allocation
If a secondary allocation is no longer needed, you can remove it. Each secondary allocation has a red delete trash icon in the Actions column.Ensure Nothing Uses the Port
Before deleting, confirm that no plugin, mod, or service on your server is configured to use this port. Deleting an allocation that is actively in use will break that service.
You cannot delete the Primary allocation. If you need to remove it, first make a different allocation Primary, and then the old primary becomes a secondary that can be deleted.
Managing Subdomains
The Management > Subdomains section lets you create friendly, memorable subdomains that point to your game server. Instead of asking players to connect using a raw IP address and port like191.96.94.103:9987, you can give them something like myserver.example.com — much easier to remember and share.
Open Management > Subdomains
In the left sidebar, click Management, then select Subdomains. This opens the subdomain management interface.
Create a Subdomain
Follow the prompts to create a new subdomain for your game server. Choose a name that is short, memorable, and relevant to your server or community.
Subdomain availability and configuration options depend on your plan and the game server type. If you do not see the Subdomains option in the sidebar, your server type may not support this feature. Contact support if you need subdomain functionality.
Common Network Questions
Can I get a different IP address for my server?
Can I get a different IP address for my server?
IP addresses are assigned based on the server location and available pool. If you need a specific IP or a change, contact our support team — they can check availability and assist with reassignment if possible.
Can I request additional port allocations?
Can I request additional port allocations?
If your server needs more ports than currently allocated (for example, adding a DynMap web interface on a separate port), contact support. Additional allocations can often be added depending on availability.
Players cannot connect after I changed the Primary allocation
Players cannot connect after I changed the Primary allocation
Make sure players are using the new IP:port combination. The old Primary is no longer the main connection point. Update your server listings, Discord, and website with the new details. Also verify that your server’s configuration file references the correct port — some games require the port to be set in the server config as well as in the panel.
What happens if I delete a port that a plugin is using?
What happens if I delete a port that a plugin is using?
The plugin or service that was listening on that port will stop working. For example, if DynMap was running a web server on port 8123 and you delete that allocation, the web map becomes inaccessible. Always check your server configuration and plugin settings before removing any allocation.
Do subdomains work with all games?
Do subdomains work with all games?
Most games that support connecting via hostname (rather than requiring a raw IP) will work with subdomains. Minecraft, for example, supports SRV records and hostname connections natively. Some older games or specific game clients may only accept IP addresses. Check your game’s documentation for hostname support.
How long does a subdomain take to start working?
How long does a subdomain take to start working?
DNS propagation typically takes a few minutes, but can occasionally take up to 24-48 hours depending on your players’ DNS providers. If a subdomain is not resolving immediately, give it some time and try clearing your local DNS cache.
Need Extra Help?
If you encounter any issues, our support team is ready to assist:- Live Chat: Quick assistance via our website.
- Support Ticket: Open a Ticket
- Discord: Join our Community
- Email: support@freakhosting.com
Last Updated: March 2026 | Game Panel Support: Network and subdomain management simplified.