An open API service indexing awesome lists of open source software.

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.

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
```