https://github.com/sockeye44/instavpn
the most user-friendly L2TP/IPsec VPN server
https://github.com/sockeye44/instavpn
Last synced: 6 months ago
JSON representation
the most user-friendly L2TP/IPsec VPN server
- Host: GitHub
- URL: https://github.com/sockeye44/instavpn
- Owner: sockeye44
- License: apache-2.0
- Created: 2014-11-15T15:13:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T20:16:06.000Z (over 3 years ago)
- Last Synced: 2024-11-08T15:46:53.273Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 188 KB
- Stars: 844
- Watchers: 37
- Forks: 118
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-github-repos - sockeye44/instavpn - the most user-friendly L2TP/IPsec VPN server (Python)
README

========
### Requirements
* Ubuntu 14.04
* 512 MB RAM
### Install
##### `curl -sS https://raw.githubusercontent.com/sockeye44/instavpn/master/instavpn.sh | sudo bash`
### Web UI
Browse at http://IP-ADDRESS:8080
### CLI
* `instavpn list` - Show all credentials
* `instavpn stat` - Show bandwidth statistics
* `instavpn psk get` - Get pre-shared key
* `instavpn psk set ` - Set pre-shared key
* `instavpn user get ` - Get password
* `instavpn user set ` - Set password or create user if not exists
* `instavpn user delete ` - Delete user
* `instavpn user list` - List all users
* `instavpn web mode [on|off]` - Turn on/off web UI
* `instavpn web set ` - Set username/password for web UI
[](https://semaphoreapp.com/sockeye/instavpn)