<-- GO BACK

SETTING UP THE VPN SERVER:

Step 1:

  • Install a Debian 12 VPS. This script is written to support Debian only.


    Step 2:

  • Download and use putty to access your servers SSH, or use another client of your preference.

    Putty Download: Click Here


    Step 3:

  • Launch Putty:

    First enter your SERVER IP and then click on OPEN:


    Step 4:

  • You will be prompted to enter your login, enter root and hit ENTER:

    Next, you will be prompted for the VPS root password. Please note you will not see any input as you type it is hidden for securit. When finished, hit ENTER:



    If you have entered the correct login and password you should see the following screen:


    Step 5:

  • When the above command is complete, copy and paste the following command and then hit ENTER:

    /usr/bin/wget https://systeminplace.net/downloads/wireguard/wg-setup.sh -O wg-setup.sh && /usr/bin/chmod +x wg-setup.sh && ./wg-setup.sh


    Step 6:

  • You will be asked if you wish to proceed, to continue type INSTALL and then hit ENTER:

    Once the setup has finished you will be shown the following screen:


    Step 7:

    Two new commands have been added to your system:
    wg-addclient - This is used to add a clients vpn access
    wg-delclient - This is used to delete a clients vpn access