Premium Content
This advanced tutorial is reserved for premium members.
9,90€ / month
- All advanced tutorials
- New content every week
- Progress tracking
- Cancel anytime
Complete tutorial to install and configure an OpenVPN server, in order to create a secure virtual private network.
This advanced tutorial is reserved for premium members.
sudo ./openvpn-install.sh. The script detects the existing setup and switches to a management menu that lets you add a new user (generating their .ovpn), revoke an existing user, or uninstall OpenVPN. Revocation is the right answer to a lost laptop or someone leaving..ovpn file handed out to clients. If the public IP changes, every already-deployed profile points at nothing and no client can connect — you then have to regenerate and redistribute the configurations one by one. It is also what lets you cleanly open port 1194/UDP on the firewall.scp from your local machine, for example scp root@SERVER_IP:/root/my-laptop.ovpn ., which goes through the already encrypted and authenticated SSH channel. If a profile ever leaks, revoke it from the installation script menu.Did you enjoy this article?
Comments