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. Download, install and start​

run

Copy the command line in the download interface of the official website, go to your terminal and execute it, and then execute viewturbocore.

2. Successful login​

After entering your username and password, you will see basic user information, including:

  1. Email: Your registered email address.
  2. Expiration: Account expiration date.
  3. Remaining Traffic: remaining traffic
  4. Running Status: Current agent status.
  5. System Proxy: Whether to enable the system-wide proxy program.
  6. Git Proxy: Whether Git is proxied.
  7. Proxy Mode: Proxy mode (default is AI proxy). You can select a different mode below Settings -> Select Proxy Mode.
  8. Location: Select your current country/region to optimize network access.
  9. Config Directory: You can specify the domains to be proxied, bypassed or blocked in the configuration file.
  10. Environment Variables: Agent environment variables to solve the problem that the local command line cannot be executed successfully due to network problems.
How to choose?

When using the console for the first time, try pressing the ↑ ↓ arrow keys to navigate. The > symbol will indicate the current selection, such as Start. Press ↓ to move to Stop, then press Enter to stop the agent.

First time using?

When using ViewTurbo for the first time, please select your country and region. Use the ↑ ↓ keys to navigate or type the country name and press Enter. ViewTurbo will automatically restart to apply these settings.

If you move to another country, go to Settings -> Select Current Location to update your location settings.

3. Test whether the agent is valid​

tip

Ping commands are not proxied. We recommend using the "curl" command for testing. To set up the console proxy, use:

#Set proxy environment variables
export http_proxy=http://127.0.0.1:15732 https_proxy=http://127.0.0.1:15732
# Test current IP
curl ifconfig.me -v -L
# Test Google connectivity
curl google.com -v -L

See more features of CLI​

tip

Using the console version opens up a lot of possibilities. For example, consider writing a startup script!

viewturbocore -help

To access help information:

  1. -status: View the current status of ViewTurboCore.
  2. -stop: Stop the proxy.

Local monitoring​

The console version of the network traffic analysis tool is significantly different from the GUI version. You need to manually configure the domain in the config directory found in the program. Edit the user_block, user_local, user_proxy files as needed.

**What is automatic, proxy, local, blocking? **

  1. sys_proxy: Based on system configuration->proxy domain name.
  2. sys_local: Based on system configuration->address domain name.
  3. ai_proxy: Based on AI recognition->proxy domain name.
  4. ai_local: Based on AI recognition -> local domain name.
  5. user_proxy: Based on user configuration->proxy domain name.
  6. user_local: Based on user configuration -> local domain name.
  7. user_block: Based on user configuration->block domain name.

Configuration file​

viewturbocore --status

The configuration file directory will be printed out, and we allow users to open the configuration file.

tip

Files such as user_*.txt support regular expression input for domain names.

  1. config.ini: General settings of ViewTurbo, User prohibited operations.
  2. Country.mmdb: GeoIP database used for location-based automatic proxying, Operation prohibited by user.
  3. sys_local.txt and sys_proxy.txt: encrypted files containing basic system and proxy server information User prohibited.
  4. user_block.txt: Specify the domain to block the use of the proxy program and allow user operations.
  5. user_local.txt: Specify the domain accessed through the local network, bypassing the proxy program and allowing user operations.
  6. user_proxy.txt: Specify the domain to be routed through the proxy Allow user operations.