How can i setup a VPN server from scratch

Hello everyone I’ve started working on a project for a vpn server but I’d like to build it totally from scratch…anyone know where I can find some proper documentation ? Thank you

2 Likes

What is your plan give more detail. What language are you coding in or is it software already compiled? Where do you intend to host it? What is its intention?

1 Like

To be honest I’ve just been thinking of this project and looking for some documents on how can be built as for my skills I’m mainly python developer and I’ve got basics knowledge of Go" also at this point I don’t have the intention to make it as a commercial product …just a "little " project

If you are looking to create your own VPN server, you can use OpenVPN on a VPS.

1 Like

What you’re going to need:

  1. A good VPS/Dedi (preferably running debian or ubuntu)
  2. https://www.servermania.com/kb/articles/setup-personal-vpn-server/
    3.) TAP OpenVPN Gui client if you’re on windows.

If you want to make you’re own custom VPN Gui I can provide some basic source code for one I will list it below.

*VPN GUI SOURCE CODE W VIDEO: https://www.youtube.com/watch?v=brWSp4v_Ndw (he has the src in the description) you’re going to need Visual Studio IDE to edit the source code for the gui.

2 Likes

Ill look into this as well . Thanks

Thank you , really appreciate your advice !!!

does it supports port forwarding after getting connection from server.
actually my isp is not allowing port forwarding on dynamic ip address and forwarding port using vpn service it would be great option. so if i follow this tutorial will it support port forwarding on my system.

Yep no problem glad I can help