๐Ÿ“–
WannaFlix
WannaFlix (ไธญๆ–‡็ฎ€ไฝ“๏ผ‰
WannaFlix (ไธญๆ–‡็ฎ€ไฝ“๏ผ‰
  • Home
  • Which Protocol to Choose?
  • Which App to Choose?
  • ไธญๆ–‡ๆ•™็จ‹
    • ่€ๆ•™็จ‹
      • Windows
        • SSR
        • Netch (SSR + v2ray) - ๆŽจ่
    • ๆ›ดๆ–ฐๆœๅŠกๅ™จๅˆ—่กจ
    • Windows
      • Clash for Windows (ๆŽจ่๏ผ‰
      • v2rayN (v2ray)
    • Mac OS ่‹นๆžœ็”ต่„‘
      • ClashX (SSR + v2ray) - ๆŽจ่
    • iOS ่‹นๆžœๆ‰‹ๆœบ/ๅนณๆฟ
      • Shadowrocket ๅฐ็ซ็…Ž - ๆŽจ่
    • Android ๅฎ‰ๅ“
      • ClashR (SSR + v2ray) - ๆŽจ่
    • Linux
      • Qv2ray
    • Merlin่ทฏ็”ฑๅ™จ
  • Windows
    • ๐Ÿ‘Clash Verge (Recommended)
    • Clash For Windows (Legacy app)
    • Troubleshooting
  • Mac OS
    • ๐Ÿ‘OneClick [M1 Macs ONLY] (Recommended)
    • ClashX Meta
    • Troubleshooting
  • iOS
    • ๐Ÿ‘OneClick (Recommended)
    • Streisand
    • Switching iTunes Accounts
    • Troubleshooting
  • Android
    • ๐Ÿ‘Clash for Android
    • Troubleshooting
  • Linux
    • V2ray
      • Qv2ray
  • Routers
    • Merlin
      • MerlinClash
      • V2ray
    • OpenWRT
      • OpenClash
      • Passwall
      • ShadowsocksR-Plus
    • SmartDNS
      • Generic Routers
      • Block Public DNS
  • Old Installation Guides
    • Eclipse (OpenVPN)
    • Windows
      • V2rayN (Legacy app) [v6.42+]
      • SmartDNS
      • WannaFlix Official App (Recommended)
      • V2rayN v3.18, v2.50
      • Clash For Windows (deprecated)
      • Clash for Windows
      • SSTap
      • SSR for Windows
      • Proxifier 4.05
      • Netch (Deprecated)
      • NekoRay [Deprecated]
      • Netch [Deprecated]
      • SSR [Deprecated]
    • Mac OS
      • Shadowrocket [M1 Macs ONLY]
      • ClashX v1.30.1 and Higher
      • ShadowsocksX-NG (Recommended)
      • Qv2ray (DEPRECATED)
      • ClashX v1.20 (deprecated)
      • ClashX
      • V2rayU 3.2.0 and Higher
      • Eclipse (OpenVPN)
      • SmartDNS
    • Android
      • Shadowsocks
        • V2rayNG (Recommended)
        • AnXray [Deprecated]
        • ClashR for Android [Deprecated]
      • Trojan
        • Clash for Android
        • v2rayNG (Recommended)
        • AnXray [Deprecated]
        • ClashR for Android (Deprecated)
      • Kitsunebi (Deprecated)
      • WannaFlix Official App (Recommended)
      • SSR
      • Eclipse (OpenVPN)
      • SmartDNS
    • iOS
      • Shadowrocket
      • Shadowrocket
      • Eclipse (OpenVPN)
      • SmartDNS
      • Quantumult (alternative app)
      • Quantumult (alternative app)
    • Linux
      • Shadowsocks-Qt5
    • Routers
      • Merlin-Koolshare Routers
      • Padavan Routers
    • Setup Guides
    • Switching to the New Protocol
    • SmartTV / Media Player
      • SmartDNS
        • SmartTVs
          • Samsung TVs
          • LG TVs
          • Sony TVs
        • Media Players
          • Apple TV
          • Amazon Fire TV
          • Roku
        • Gaming Consoles
          • XBOX 360
          • XBOX ONE
          • PS3 (Playstation 3)
          • PS4 (Playstation 4)
  • Troubleshooting
    • Troubleshooting
      • Download and install the vpn app
    • Your Account & Subscription
    • Installation Issues
    • Connection Issues
    • Netflix Issues
  • Optimizing your connection
  • FAQ
    • Netflix
    • China
    • Whatsapp
    • Support
    • Updating the Server List
    • Alternative Apps + Downloads
  • BLOG
    • March 2023 China Updates - Recommend app updates and Protocol changes
    • WannaFlix's Situation in Iran
    • China Situation - April 2022
    • 2022 Updates
    • The Netflix Situation - August 2021
    • WannaFlix Features List
    • New Protocol!
    • What's new in January 2021?
    • What's new in December 2020?
    • About the Nov. 30 issues + New Servers
    • New Shadowsocks servers!
    • May 2020 Update
    • What affects VPN speeds in China? (26 March 2020)
  • VIP Servers
    • Routing
    • FAQ
  • Archives
    • 2022
    • 2021
      • What's New
      • Which Protocol to Choose? (old)
  • WannaFlix Sub-sites and Tools
  • Useful Websites/Tools
Powered by GitBook
On this page
  • Preparatory Work
  • Download the App
  • Add the Servers
  • Connect
  • Setup Your Browser

Was this helpful?

  1. Old Installation Guides
  2. Linux

Shadowsocks-Qt5

PreviousLinuxNextRouters

Last updated 5 years ago

Was this helpful?

Preparatory Work

First, make sure your system is up-to-date

sudo apt-get update
sudo apt-get upgrade

Download the App

to download the AppImage.

Then, open terminal in the download folder and type the following:

chmod a+x Shadowsocks-Qt5-3.0.1-x86_64.AppImage
./Shadowsocks-Qt5-3.0.1-x86_64.AppImage

If you encounter a libstdc++ dependency error when installing, then you need to upgrade your gcc and g++ programs:

sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt update
sudo apt install gcc-6
sudo apt install g++-6
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6

This app only works with Ubuntu version 14.04 and above

If you want to add the app to your desktop environment, type the following in Terminal:

vim shadowsocks.desktop

And type:

[Desktop Entry]
Type=Application
Version=V3.0.1
Encoding=UTF-8
Name=shadowsocks-qt5
Comment=shadowsocks qt application
Icon=shadowsocks
Exec=/home/ddyyll/applications/shadowsocks/Shadowsocks-Qt5-3.0.1-x86_64.AppImage
Terminal=false
StartupNotify=true
Categories=Internet
MimeType=application/shadowsocks

Finally, save the file to /usr/share/applications

Icon=shadowsocks is the icon name associated with this application.

Exec=/home/ddyyll/applications/shadowsocks/Shadowsocks-Qt5-3.0.1-x86_64.AppImage is the location of the downloaded AppImage. Change this to your download location.

Add the Servers

Get the server QR code

  1. Under 'Your subscription', go to 'Manage your VPN subscription'

  2. Scroll down. You should see the server list

  3. Choose a server you'd like to add. Next to it, there should be a green button labelled "General". Click on it to show the server QR code.

Scan the QR code into the App

  1. Make sure the QR code remains visible on the screen

  2. On the Shadowsocks-Qt5 app, go to Connection > Add > Scan QR code from screen

  3. A new server should now be added to the app.

Repeat steps 1 & 2 for each server you want to add.

Tweak the settings

The QR code does not contain the local port. Therefore, we need to add it to our server settings. You need to do this otherwise you won't be able to connect.

  1. Select the server you'd like to edit

  2. Right click and select Edit

  3. Double check that the local address is set to 127.0.0.1 and local port is set to 1080

Connect

Right click on the server you want to connect and select "connect"

Setup Your Browser

Start your browser and navigate to the Proxy Settings section. In this example, Firefox was used. Under the Advanced section, select the Network tab and click on Settings. Select Manual proxy configuration and enter the following:

SOCKS Host: 127.0.0.1 Port: 1080

Login to your

For other distributions that are not based on Ubuntu, the installation instructions can be found at

Click here
client area
https://github.com/shadowsocks/shadowsocks-qt5/wiki/Installation