Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Setup Ipsec Vpn | 21,378 | 2 days ago | 3 | other | Shell | |||||
Scripts to build your own IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2 | ||||||||||
Docker Ipsec Vpn Server | 5,377 | 2 days ago | 1 | other | Shell | |||||
Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2 | ||||||||||
Iodine | 4,545 | 5 months ago | June 16, 2014 | 14 | isc | C | ||||
Official git repo for iodine dns tunnel | ||||||||||
Wireguard Install | 4,497 | 2 months ago | 16 | mit | Shell | |||||
WireGuard VPN installer for Linux servers | ||||||||||
Subspace | 2,329 | 7 months ago | 2 | June 07, 2020 | 46 | mit | HTML | |||
A simple WireGuard VPN server GUI | ||||||||||
Cloak | 2,144 | 5 days ago | 5 | March 08, 2022 | 77 | gpl-3.0 | Go | |||
A censorship circumvention tool to evade detection by authoritarian state adversaries | ||||||||||
Wg Access Server | 1,607 | 3 months ago | 12 | January 17, 2021 | 79 | mit | TypeScript | |||
An all-in-one WireGuard VPN solution with a web ui for connecting devices | ||||||||||
Ikev2 Setup | 1,102 | 5 months ago | 13 | Shell | ||||||
Set up Ubuntu Server 20.04 (or 18.04) as an IKEv2 VPN server | ||||||||||
Subnet | 1,038 | 1 | 3 years ago | 2 | February 15, 2020 | 3 | mit | Go | ||
Simple, auditable & elegant VPN, built with TLS mutual authentication and TUN. | ||||||||||
Docker Ikev2 Vpn Server | 817 | 3 years ago | 25 | mit | Shell | |||||
IKEv2 VPN Server on Docker, with .mobileconfig for iOS & macOS. |
This project is a bash script that aims to setup a WireGuard VPN on a Linux server, as easily as possible!
WireGuard is a point-to-point VPN that can be used in different ways. Here, we mean a VPN as in: the client will forward all its traffic through an encrypted tunnel to the server. The server will apply NAT to the client's traffic so it will appear as if the client is browsing the web with the server's IP.
The script supports both IPv4 and IPv6. Please check the issues for ongoing development, bugs and planned features! You might also want to check the discussions for help.
WireGuard does not fit your environment? Check out openvpn-install.
Supported distributions:
Download and execute the script. Answer the questions asked by the script and it will take care of the rest.
curl -O https://raw.githubusercontent.com/angristan/wireguard-install/master/wireguard-install.sh
chmod +x wireguard-install.sh
./wireguard-install.sh
It will install WireGuard (kernel module and tools) on the server, configure it, create a systemd service and a client configuration file.
Run the script again to add or remove clients!
I recommend these cheap cloud providers for your VPN server:
Please open an issue before submitting a PR if you want to discuss a change, especially if it's a big one.
We use shellcheck and shfmt to enforce bash styling guidelines and good practices. They are executed for each commit / PR with GitHub Actions, so you can check the configuration here.
You can say thanks if you want!
This project is under the MIT Licence