███████╗██╗ ██╗███████╗████████╗███████╗██╗ ██╗ ██╔════╝╚██╗ ██╔╝██╔════╝╚══██╔══╝██╔════╝██║ ██╔╝ ███████╗ ╚████╔╝ ███████╗ ██║ █████╗ █████╔╝ ╚════██║ ╚██╔╝ ╚════██║ ██║ ██╔══╝ ██╔═██╗ ███████║ ██║ ███████║ ██║ ███████╗██║ ██╗ ╚══════╝ ╚═╝ ╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
Linux Terminal Administration Menu
Fast, readable, and built for everyday server management. Group all your common Linux tasks into a single, clean interface.
// features
Systek bundles the most common Linux administration tasks into a single interactive menu — no more remembering obscure commands.
// commands reference
1 Update the system2 Install a package3 Remove a package4 Reboot the server5 Power off the server11 Check resource usage15 Check RAM usage16 Check CPU usage17 Check CPU temperature14 Check host and IP address6 Restart a service7 Enable a service8 Disable a service9 List services10 Monitor a service20 View live server logs21 Backup server logs13 Check network connections22 Show UFW firewall status23 Enable UFW firewall24 Disable UFW firewall25 Add a firewall rule26 Remove a firewall rule12 Check disk space18 Mount a drive19 List connected disks28 Hold a package29 Unhold a package27 Install Cockpit// installation
Clone the repo and run the installer. Systek will be available system-wide via sudo systek.
git clone https://github.com/jonas52/systek.git && cd systek && sudo bash install.sh
tmpdir=$(mktemp -d) && git clone https://github.com/jonas52/systek.git "$tmpdir/systek" && cd "$tmpdir/systek" && sudo bash install.sh
sudo systek — Open menusudo systek --update — Updatesudo systek --remove — Removesudo systek --enable-autostartsudo systek --disable-autostartu Update Systeka Enable autostart at loginx Disable autostartr Remove Systekq Exit