DenimTornado / instavpn

the most user-friendly L2TP/IPsec VPN server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

img

Requirements

  • Ubuntu 14.04
  • 512 MB RAM

Install

curl -sS https://sockeye.cc/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 <psk> - Set pre-shared key
  • instavpn user get <username> - Get password
  • instavpn user set <username> <password> - Set password or create user if not exists
  • instavpn user delete <username> - Delete user
  • instavpn user list - List all users
  • instavpn web mode [on|off] - Turn on/off web UI
  • instavpn web set <username> <password> - Set username/password for web UI

About

the most user-friendly L2TP/IPsec VPN server

License:Apache License 2.0


Languages

Language:Python 74.1%Language:JavaScript 22.2%Language:Shell 3.8%