I installed openvpn using SSH then grabbed the connection files as stated by this guide
I then chose one I liked and set a credentials file in the ovpn file I liked.
I can now connect with the below command:
/usr/bin/nohup /usr/bin/sudo /usr/sbin/openvpn /etc/openvpn/us-atl.prod.surfshark.com_tcp.ovpn &
You may need to set a different DNS as your LAN DNS may not be contactable so I use Google DNS to work around it. You can set this with the below command:
echo “nameserver 8.8.8.8” | sudo tee /etc/resolv.conf > /dev/null
WFM