
Host a playit.gg Tunnel Dedicated Server
playit.gg tunnel agent - expose game servers to the internet without port forwarding. Creates a reverse tunnel so players can connect to your server through a public playit.gg address, even behind NAT or firewalls.
Hardware Requirements
Here's what you need to run a playit.gg Tunnel dedicated server.
Standard
Tunnel agent uses minimal resources
Start hosting from your own computer
Run a playit.gg Tunnel server on your desktop, laptop, VPS, or dedicated machine — GameCP automates Docker setup, resource allocation, and playit.gg Tunnel configuration instantly. Automatic port forwarding means your friends can connect without touching your router. Start local, scale to a VPS when you're ready.
Setup in 4 Steps
Skip the manual installation, port forwarding, and configuration. Install on your own computer and start hosting instantly.
The Manual Way vs. GameCP
Manual Setup
- ✗Configure 0+ firewall ports and router settings
- ✗Write systemd service files
- ✗SSH into server to edit configs
- ✗Requires a VPS or dedicated server
- ✗30-60 minutes if experienced
With GameCP
- Automatic port forwarding — no router config
- Host from your own PC, VPS, or dedicated server
- Docker container with auto-restart
- Visual config editor in browser
- Under 5 minutes total
Under the Hood
The full manual process to host a playit.gg Tunnel dedicated server on a VPS. Or install GameCP on your own computer and skip all of this.
Configure & Prepare
Set your server settings, then install Docker, and pull the playit.gg Tunnel container image.
# Update system and install Docker sudo apt update && sudo apt install -y docker.io sudo systemctl enable --now docker # Create game server directory sudo mkdir -p /opt/gameserver # Pull the container image docker pull ubuntu:22.04
Open Firewall Ports
playit.gg Tunnel requires 0 ports to be open for game traffic and queries.
sudo ufw allow 27015/tcp sudo ufw allow 27015/udp
Launch the Server
Start the playit.gg Tunnel server using the configuration from Step 1.
docker run -d \ --name playit-server \ \ -v /opt/gameserver:/opt/gameserver \ -w /opt/gameserver \ ubuntu:22.04 \ --stdout --secret
Or skip all of this
GameCP automates every step above: Docker, port forwarding, startup, and config. Install on your own PC and deploy a playit.gg Tunnel server in under 5 minutes.
Deploy with GameCPMore Hosting Guides
Explore step-by-step setup guides for other popular games supported by GameCP.
Ready to Host Your playit.gg Tunnel Server?
Install GameCP on your own computer and start hosting in minutes. Automatic port forwarding, zero config — your friends connect instantly.
No credit card required · Free tier available · Install local, scale later