Skip to content

WireGuard® based VPN Server for AWS, Azure, DigitalOcean or on-prem

License

Notifications You must be signed in to change notification settings

in4it/vpn-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VPN Server

Usage

You can launch the WireGuard® based VPN server for production use from the AWS Marketplace (License Included), the AWS Marketplace (BYOL), the Azure Marketplace, the DigitalOcean Marketplace, the GCP Marketplace or install the VPN manually. Personal use is allowed under BSL (Business Source License).

Features

  • Easy to use admin UI
  • SAML, OpenID Connect, SCIM support
  • WireGuard® as VPN technology, a fast and modern VPN Solution
  • Packet logging allows administrators to inspect TCP/UDP packets to understand http/https/dns traffic patterns

Bugs or Issues

Use the GitHub Issues to report any bugs or issues. We are monitoring new issues and will respond in a timely matter.

Manual install

You can install the VPN Server manually if you can't use one of the cloud marketplace options. Make sure you have an Ubuntu 24.04 Linux instance running with open ports 80/tcp, 443/tcp, and 51820/udp. Clone this repository, then run:

make
mv restserver-linux-amd64 /tmp           # you can change amd64 to arm64 if you are on arm64
mv reset-admin-password-linux-amd64 /tmp
mv configmanager-linux-amd64 /tmp
provisioning/scripts/install_vpn.sh

You can now start the VPN server using the following commands:

systemctl enable vpn-configmanager
systemctl enable vpn-rest-server

The VPN Server admin frontend should be available at http://<ip of instance>

About

WireGuard® based VPN Server for AWS, Azure, DigitalOcean or on-prem

Resources

License

Stars

Watchers

Forks

Packages

No packages published