How to connect to NoidVPN with Linux
Linux users can connect to NoidVPN through OpenSSH by just writing a couple of commands.
To connect to NoidVPN, follow the instructions below:
- ssh -qTfnN -D 9853 username*@SERVERNAME*.noidvpn.com
- That will connect you directly to NoidVPN and let the process running in the background.
- Make sure you kill the process when you are finished using NoidVPN.
- ssh -D 9853 username*@SERVERNAME*.noidvpn.com
- That will connect you directly to NoidVPN but it will not run the process in the background.
- Once it logs in the service you will be asked to enter your password.
- Connect your SOCKS compatible applications to:
- Host: 127.0.0.1
- Port: 985
Note:
- Replace the username* with yours.
- Replace the servername* with the name of the server that you want to connect, eg: USA1, USA2, USA3 etc..