Setup OpenVPN for TryHackMe
· 1 min read
Our students use TryHackMe to practice their skills. You can do it at your own pace. The idea is to improve a little everyday.
Following are the instructions to set up VPN for TryHackMe
- Login to Kali
- Register an account in TryHackMe
- Visit https://tryhackme.com/access Click on the green button
Download My Configuration File. You should get an “ovpn” file (for example, Happysaur.ovpn). Move it to home dir or some better places than “Downloads”. - Issue the following command
sudo apt-get install -y openvpn network-manager-openvpn network-manager-openvpn-gnome
- Reboot Kali
- Run openvn, assume your ovpn file is “abc.ovpn”
sudo openvpn abc.ovpn
- Do not close or interrupt the terminal running openvpn. Open another tab or terminal for other commands.
- To test if your VPN works or not, visit https://tryhackme.com/room/zthlinux click on “Join Room”, then in Task 1, click on “Deploy”, then you’ll get an IP address
sshto the IP address with shiba1/shiba1. If you get in, then your VPN works.