How to Create a VPN Tunnel
In here you can learn how to simply set-up a private VPN
Prerequisites
Steps
1. Purchase and Setup VPS
2. Log in to Your Server
ssh root@your-server-ip
3. Update and Upgrade Packages
sudo apt-get update && sudo apt-get upgrade -y
4. Clone the Repository
5. Install the Application
6. Install Certbot
7. Create and Configure Domain
8. Generate SSL Certificates
9. Enable Port Access
Conclusion
PreviousHow to Connect to a Linux Server using CLI toolNextHow should I view the log file of linux server
Last updated