Skip to content

Instantly share code, notes, and snippets.

@marius137
Created February 16, 2026 18:17
Show Gist options
  • Select an option

  • Save marius137/588556a9574b63f5a8f08accc7dfef2e to your computer and use it in GitHub Desktop.

Select an option

Save marius137/588556a9574b63f5a8f08accc7dfef2e to your computer and use it in GitHub Desktop.
5stack install guide

Prerequesites

  • VM/Server for 5stack panel
    • X CPU X RAM X Disk
  • VM/Server for Gameservers
    • At least 3GHz Base Clock, one core for management and one additional core for every server you want to run
    • X Ram
    • X Disk

Installing 5stack Panel

Install prerequesite software

Debian-Based Distros

sudo apt instal git jq whatever

Redhat-Based Distros

sudo yum install whatever

Other Distros

5stack needs the following packages:

  • git
  • curl
  • whatever

Installing 5stack

git clone https://github.com/5stackgg/5stack-panel; cd 5stack-panel; ./install.sh

Adding Gameservers

Recommended: Using Gameserver Nodes

continue here (add link to gameserver node setup section)

Adding a Dedicated server

continue here (add link to Dedicated Server setup section)

Setting up Gameservers

Recommended: Using Gameserver Nodes

Prepare 5stack Panel

  • run ./game-node-server-setup.shon your Panel VM and follow the Script

Preparing the Gameserver node

Install prerequesite software

Debian-Based Distros

sudo apt instal git jq whatever

Redhat-Based Distros

sudo yum install whatever

Other Distros

5stack needs the following packages:

  • git
  • curl
  • whatever

Installing Gameserver Node

  • Click on create Gameserver Node in your 5stack panel
  • Paste the command in your gameserver nodes terminal and run it
  • etc (setting ports, installing CS,...)

Using Dedicated Servers

IDK what to put here, never used dedicated servers lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment