Skip to main content

Tutorial

GUI version

How to install it? (Debian/Ubuntu series)Debian

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

Important reminder

If the main interface cannot be displayed or displays abnormally, please refer to the solutions in FAQ.

How to install it? (RedHat/Fedora series)Red Hat

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

Important reminder

If the main interface cannot be displayed or displays abnormally, please refer to the solutions in FAQ.

How to install it? (Arch/Manjaro series)Arch Linux

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

Important reminder

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.

tip

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:

  1. Register on the website if you do not have an account yet.
  2. Sign in with your account in the terminal.
  3. On first use, select your real current country or region.
  4. After sign-in, choose Start in the menu to enable acceleration.
How to use the menu?

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:

  1. -start: start acceleration directly.
  2. -stop: stop acceleration.
  3. -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

  1. vtset and vtunset only affect the current terminal session.
  2. If you open a new terminal window, run vtset again.
  3. If you are on a pure root environment such as some OpenWrt or iStoreOS systems and sudo is unavailable, see FAQ.