https://github.com/my0419/myvpn-desktop
VPN server configuration software. Protocols: L2TP, PPTP, OpenVPN, WireGuard, Socks5, ShadowSocks (v2ray). | Providers: DigitalOcean, Linode, CryptoServers, Hetzner Cloud, Custom Server
https://github.com/my0419/myvpn-desktop
anonymous cryptoservers digitalocean l2tp linode openvpn pptp security-tools vpn vpn-client vpn-server
Last synced: 5 months ago
JSON representation
VPN server configuration software. Protocols: L2TP, PPTP, OpenVPN, WireGuard, Socks5, ShadowSocks (v2ray). | Providers: DigitalOcean, Linode, CryptoServers, Hetzner Cloud, Custom Server
- Host: GitHub
- URL: https://github.com/my0419/myvpn-desktop
- Owner: my0419
- License: gpl-3.0
- Created: 2019-11-12T10:11:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T05:14:43.000Z (about 2 years ago)
- Last Synced: 2024-05-08T18:13:09.176Z (about 2 years ago)
- Topics: anonymous, cryptoservers, digitalocean, l2tp, linode, openvpn, pptp, security-tools, vpn, vpn-client, vpn-server
- Language: Vue
- Homepage: https://myvpn.run
- Size: 15.5 MB
- Stars: 271
- Watchers: 10
- Forks: 39
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyVPN - The best solution for a personal VPN server!
Open source desktop application for the personal VPN server.
### Website
https://myvpn.run
### Online version
https://tool.myvpn.run
### Preview

### Stack
* ElectronJS
* VueJS
* [ElementUI](https://element.eleme.io/)
* [MyVPN Agent](https://github.com/my0419/myvpn-agent)
* [ssh2](https://github.com/mscdex/ssh2)
### Providers
* [CryptoServers](https://cryptoservers.net/)
* [DigitalOcean](https://www.digitalocean.com/)
* [Linode](https://linode.com/)
* [Hetzner Cloud](https://www.hetzner.com/cloud)
* Other providers (Using SSH protocol)
### VPN protocols
1. L2TP/IPSec
2. IKEv2/IPSec
3. OpenConnect
4. PPTP
5. OpenVPN
6. [WireGuard](https://www.wireguard.com/)
7. Shadowsocks (Support V2Ray Plugin)
8. SOCKS5
### Other Software
* ownCloud
* NextCloud
* Tor Bridge
### Languages
* English
* Russian
### Requirements
* [Yarn](https://classic.yarnpkg.com/lang/en/docs/install)
### Build Setup
``` bash
# install dependencies
yarn
# serve with hot reload
yarn dev
```
### Build for platform
#### Windows x64 (.exe)
``` bash
yarn build:windows
```
#### Linux Debian / Ubuntu (.deb) and Other (.tar.bz2)
``` bash
yarn build:linux
```
#### MacOS (.dmg)
``` bash
yarn build:mac
```
### Official Website
[www.myvpn.run](http://myvpn.run)