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

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

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â

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â

Using the console version opens up a lot of possibilities. For example, consider writing a startup script!
viewturbocore -help
To access help information:
- -status: View the current status of ViewTurboCore.
- -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? **
- sys_proxy: Based on system configuration->proxy domain name.
- sys_local: Based on system configuration->address domain name.
- ai_proxy: Based on AI recognition->proxy domain name.
- ai_local: Based on AI recognition -> local domain name.
- user_proxy: Based on user configuration->proxy domain name.
- user_local: Based on user configuration -> local domain name.
- 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.
Files such as user_*.txt support regular expression input for domain names.
- config.ini: General settings of ViewTurbo, User prohibited operations.
- Country.mmdb: GeoIP database used for location-based automatic proxying, Operation prohibited by user.
- sys_local.txt and sys_proxy.txt: encrypted files containing basic system and proxy server information User prohibited.
- user_block.txt: Specify the domain to block the use of the proxy program and allow user operations.
- user_local.txt: Specify the domain accessed through the local network, bypassing the proxy program and allowing user operations.
- user_proxy.txt: Specify the domain to be routed through the proxy Allow user operations.