KServerPanel
Simple "ssh" overlay for easy, remote server management written in Python GTK with paramiko
Usage
- On Unix-like systems
git clone https://github.com/klapouch/KServerPanel cd KServerPanel/KServerPanel chmod +x ksp.sh; ./ksp.sh
- On Windows NT
:: Download files, e.g. via website button call ksp
Requirements
- Python 3.9.X
- GTK 3.0
- Paramiko (
pip install paramiko
)