A simple and powerful HLDS server control panel written in pure Bash.
Designed for VPS hosting and CS 1.6 server owners.
- Start HLDS server with custom map
- View live server console (
screen -r SERVER_NAME) - Check server status (screen process, map, HLDS status)
- Force restart (kills broken sessions && hlds_run processes)
- Colorful UI and clean menu system
- Safe validation && prompts before running server
- Works on every Linux VPS
server_manager.sh
Make it executable:
chmod +x server_manager.shRun it:
./server_manager.shInstall screen:
sudo apt install screen -yDefault HLDS path:
~/server_files/
SERVER_PATH="$HOME/server_files"
SERVER_NAME="SERVER_CS"
SERVER_PORT="27015"
DEFAULT_MAP="de_dust2"- Start Server
- View Server Console
- Check Server Status
- Force Restart Server
- Exit Script
Made by PowerSiderS.X Dark (KiLiDARK) Subscribe On YouTube: https://www.youtube.com/@moha_kun
If you liked the script. Give it a star or fork it.