getting-started

How to Connect to Your Server

Find your server IP and port, understand primary vs query ports, and connect to your WinterNode game server.

Last updated: February 2, 2026

4.9

491+ Satisfied Customers

Every game connects a little differently, but finding your server address works the same way regardless of which game you’re running.

Finding Your IP and Port

Your server’s connection address is shown in two places:

On the server list (GCP homepage), the primary IP is displayed under your server’s name.

In the Allocations tab, navigate to Management → Allocations when viewing your server to see all ports assigned to your server.

The address is displayed as IP:Port (for example, 123.45.67.89:25565). The allocation marked Primary is the one players use to connect unless your game uses a query port (see below).

The primary IP of a server listed in the GCP server list, located on the center left of the entry

The allocations tab, located under the management tab in the navigation bar

The allocations Tab of the GCP showing one entry

Query Port Games

Most games connect using the primary allocation port. However, a few games use a separate query port instead. If you’re running one of these games, connecting with the primary port won’t work.

Using a Subdomain

Instead of sharing a raw IP:port, you can create a subdomain through the Sub-domain Manager. This gives you a readable address like myserver.winternode.host that’s easier to remember and share.

For games that support SRV records (like Minecraft Java and Vintage Story), the subdomain can hide the port entirely — players just enter the subdomain. For other games, players will need to enter the subdomain and port separately (e.g., myserver.winternode.host:12345).

A Dedicated IP is another option. It uses the game’s default port, so no port is needed regardless of SRV support.

Game-Specific Guides

Each game has its own connecting article with step-by-step instructions: