https://github.com/returnfi/ssh-vpn
A simple bash-based VPN panel for managing SSH VPN users securely on Debian/Ubuntu servers.
https://github.com/returnfi/ssh-vpn
Last synced: 12 months ago
JSON representation
A simple bash-based VPN panel for managing SSH VPN users securely on Debian/Ubuntu servers.
- Host: GitHub
- URL: https://github.com/returnfi/ssh-vpn
- Owner: ReturnFI
- Created: 2025-06-15T15:20:15.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-15T15:24:54.000Z (12 months ago)
- Last Synced: 2025-06-15T16:34:09.839Z (12 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛡️ SSH VPN Panel
A simple bash-based VPN panel for managing SSH VPN users securely .
## ✨ Features
- ➕ Add VPN-only users
- 🗑️ Remove users
- 📄 List VPN users (`nologin` shell only)
- 🔁 Change SSH port (with backup and root login disabled)
- ✅ Secure and root-only access
## 📦 Installation
Download and run with:
```
wget -O ssh_panel.sh https://raw.githubusercontent.com/ReturnFI/SSH-VPN/refs/heads/main/ssh_panel.sh && chmod +x ssh_panel.sh && sudo ./ssh_panel.sh
```