Manage Linux services from a modern GUI or directly from a terminal interface.
Built for Raspberry Pi, Debian, Ubuntu and other Linux distributions.
This application requires systemd and is not compatible with Windows.
Security note: System services are executed through sudo. Whether a password is requested depends on your local sudoers configuration. If your user has NOPASSWD privileges, no password prompt will appear.
Powered by PythonXP.
- Modern dark themed GUI
- Interactive CLI mode
- Start / Stop / Restart services
- Enable / Disable autostart
- View service logs
- Built-in diagnostics
- Add and remove custom services
- Search installed systemd services
- Resource monitoring (CPU, RAM, Temperature, Disk)
- Local URL shortcuts
- Lightweight and beginner friendly
Clone the repository:
git clone https://github.com/Python-XP1/linux-service-center.git
cd Linux-Service-Center
Install dependencies:
pip install -r requirements.txt
Start GUI:
python px_service_gui.py
Start CLI:
python px_service_manager.py
- Raspberry Pi OS
- Debian
- Ubuntu
- Linux Mint
- Other Linux distributions using systemd



