Tutorial
GUI version
How to install it? (Debian/Ubuntu series)
First download the corresponding version from the official website
sudo apt install libappindicator3-1 -y
sudo dpkg -i Viewturbolite_amdshch.deb
Then open ViewTurbo from the launcher
If the main interface cannot be displayed or displays abnormally, please refer to the solutions in FAQ.
How to install it? (RedHat/Fedora series)
First download the corresponding version from the official website
sudo dnf install libappindicator-gtk3 -y
sudo dnf install dpkg -y
sudo setenforce 0
dpkg -i Vievturbolite_amdshch.deb
sudo setenforce 1
Then open ViewTurbo from the launcher
If the main interface cannot be displayed or displays abnormally, please refer to the solutions in FAQ.
How to install it? (Arch/Manjaro series)
First download the corresponding version from the official website
sudo pacman -Syu libappindicator-gtk3
sudo pacman -Syu dpkg
dpkg -i Vievturbolite_amdshch.deb
Then open ViewTurbo from the launcher
If the main interface cannot be displayed or displays abnormally, please refer to the solutions in FAQ.
CLI version
How to download and install?
1. Install
Run this command in your Linux terminal:
sudo bash -c "$(curl -ksSL https://assets.vtfly.com/others/linux/install.sh)"
After installation, the system will install viewturbocore and add the vtset and vtunset commands for your shell.
If vtset is not available immediately, open a new terminal and run it again.
2. Start and sign in
Run:
viewturbocore
Then follow the on-screen steps:
- Register on the website if you do not have an account yet.
- Sign in with your account in the terminal.
- On first use, select your real current country or region.
- After sign-in, choose
Startin the menu to enable acceleration.
Use ↑ ↓ to move and Enter to confirm. Once Running Status shows as enabled, the proxy is running.
3. Enable proxy variables for the current terminal
After acceleration is enabled, run:
vtset
This sets the proxy environment variables for the current shell session.
4. Test connectivity
Use curl for testing. Do not use ping.
curl google.com -v -L
To check your current outbound IP, you can also run:
curl ifconfig.me -v -L
5. Clear the proxy variables when finished
When you no longer need proxy variables in the current terminal, run:
vtunset
Common commands
viewturbocore -start
viewturbocore -stop
viewturbocore -status
These are useful after you have already signed in and saved your configuration:
-start: start acceleration directly.-stop: stop acceleration.-status: show the current status.
Shortest workflow
sudo bash -c "$(curl -ksSL https://assets.vtfly.com/others/linux/install.sh)"
viewturbocore
vtset
curl google.com -v -L
vtunset
Notes
vtsetandvtunsetonly affect the current terminal session.- If you open a new terminal window, run
vtsetagain. - If you are on a pure root environment such as some OpenWrt or iStoreOS systems and
sudois unavailable, see FAQ.