yourdawi/linuxgsm-dashboard — explained in plain English
Analysis updated 2026-05-18
Control and monitor game servers running under LinuxGSM from a web browser.
Schedule and restore automatic backups for your game servers.
Set up alerts to Discord, Telegram, or email when server events happen.
Manage multiple staff accounts with different permission levels for server administration.
| yourdawi/linuxgsm-dashboard | 3imed-jaberi/cryptography-si-isamm | 3imed-jaberi/koa-isomorphic-router | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | — | 2021-09-25 | 2021-02-06 |
| Maintenance | — | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 1/5 | 2/5 |
| Audience | ops devops | researcher | developer |
Figures from each repo's GitHub metadata at analysis time.
Must be run as root since it manages system users and LinuxGSM processes directly.
This project is a web dashboard for managing game servers that run through LinuxGSM, a popular command line tool for setting up and maintaining servers for games like Rust, Ark, or Valheim on Linux. Instead of typing commands in a terminal every time you want to check on or restart a game server, this dashboard gives you a browser based control panel to do it visually. The backend is written in Go and compiles down to a single small program that uses only about 10 to 15 megabytes of memory, leaving most of the server's resources free for actually running games. Installation can be done with one command that downloads and runs a setup script, which detects your Linux distribution, installs anything missing, sets up the dashboard as a background service, configures your firewall, and prints out a generated administrator password. There is also a manual installation path for people who prefer to build it themselves from source using Go. Once running, the dashboard lets you view a live console for each game server, send commands to it, perform maintenance actions like updating the server software, and manage backups, including scheduling automatic backups and restoring from a saved copy. It supports multiple user accounts with different permission levels, so you can give someone limited access without full control. It can also send alerts to Discord, Telegram, or email when something happens on a server. The dashboard includes basic monitoring showing CPU, memory, and disk usage, supports both dark and light visual themes, and is available in English and German. A built in mock mode lets developers test the interface on their own computer without needing a real Linux game server running. The README states this is an independent community project with no official connection to LinuxGSM itself.
A lightweight web dashboard for managing LinuxGSM game servers, letting you control and monitor servers from a browser instead of the command line.
Mainly JavaScript. The stack also includes Go, JavaScript, Systemd.
The README does not clearly state the license terms.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.