Panel
Next Steps
What to do after the Panel is running.
First-Run Setup
On first boot, Struxa automatically runs database migrations. Navigate to your panel URL - you will be redirected to /setup to create the first admin account.
After creating the admin account, you will land on the admin dashboard.
Add a Wings Node
Game servers can only run once at least one Wings node is registered.
Configure Locations
Locations are used to group nodes geographically or logically.
- Go to Admin → Locations → Create Location
- Set a short name (e.g.
us-east) and a longer description
Add Node Allocations
Allocations are IP:port pairs that Wings can assign to game servers.
- Go to Admin → Nodes → your node → Allocations
- Enter the node's IP address and a port range (e.g.
25565–25600)
Import Eggs
Eggs define how a specific game server is created - its Docker image, startup command, and configurable variables.
- Go to Admin → Nests
- Create a nest (e.g.
Minecraft) then import or create eggs within it - Pterodactyl-format eggs are fully compatible and can be imported directly
Create Your First Server
- Go to Admin → Servers → Create Server
- Select a node, allocation, and egg
- Set resource limits (memory, CPU, disk)
- The server will be installed and appear in the panel