Pterodactyl Logo

Creating a Game Server

This is the final step where all previous configurations — nodes, allocations, and eggs — come together to deploy a working game server for a user.

Prerequisites: Make sure the following are already configured before creating a server:

✓ At least one location and one node
✓ At least one IP address and port assigned to that node (allocation)
✓ The egg for the game you want to install
✓ A user account for the person who will own the server

Step 1: Enter Core Details

Navigate to the Admin Area of your Pterodactyl panel and open the server creation form:

1.Click Servers in the sidebar
2.Click Create New
3.Enter a Server Name and an optional Server Description
4.Select the Server Owner from the dropdown — the user account that will manage this server

Step 2: Set Resource Limits

Define the resource limits for the game server. These prevent a single server from consuming all of the node's capacity.

ResourceDescription
MemoryRAM limit for the server in MB — e.g. 2048 for 2 GB
Disk SpaceMaximum storage in MB for the server's files
CPU LimitPercentage of a CPU core — 100 = 1 core, 200 = 2 cores, 0 = unlimited

Step 3: Select Allocation & Game

Assign IP and Port

Select the Node where the server will be hosted. Once a node is selected, choose an IP address and port from the available allocations you configured earlier.

Select the Game (Egg)

Choose the Nest (the game category, e.g. Minecraft) and then the specific Egg (the server type, e.g. Paper). The Egg determines which game is installed and how the server is started.

Step 4: Configure Variables & Deploy

After selecting an Egg, a new section appears with all variables defined by that Egg — for example the Minecraft version, world name, or server welcome message. Fill in these fields as needed.

Once all settings are configured, click Create Server. Pterodactyl will automatically begin the installation process — the server will be available to its owner shortly.

Further Documentation

For advanced server configurations and additional information, refer to the official Pterodactyl documentation.