1. There are three types of Linux clients, which are suitable for 32-bit, 64-bit and arm systems. Please download the client for your system.
2. Please click to visit the FlyVPN download page to get the latest client version number and replace it with the following tutorial.
3. In the case of remotely operating Linux devices through public network IP, udp, tcp, and lwip protocols will change your device IP after connection, causing ssh to be disconnected. You can connect via consoles such as vnc, console, etc., to set the routing table correctly. If you use the proxy protocol, there is no such problem.
root@test:~# wget https://www.flyvpn.com/files/downloads/linux/flyvpn-x86_64-4.1.1.0.tar.gz
root@test:~# tar zxvf flyvpn-x86_64-4.1.1.0.tar.gz
flyvpn
1. Create a configuration file named flyvpn.conf under the /etc directory, and fill in the FlyVPN account and password.
root@test:~# cat /etc/flyvpn.conf
user Your-Account-Name
pass Your-Password
2. Login: execute the command ./flyvpn login to login.
3. Execute the command ./flyvpn list to view the list of servers that can be connected.
4. Use ./flyvpn connect to connect to the server. Note that the Server ID or Name needs to be enclosed in quotation marks.
Option 1: Connect according to the Server name, enter the command: ./flyvpn connect "Fremont #14"
Option 2: Connect according to the Server ID, enter the command: ./flyvpn connect "vvn-1061-281"
Finally, select the protocol type according to your needs: udp, tcp, lwip, proxy, and you can connect successfully.