Skip to content

huibing/Quick-Shadowsocks-Deployment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

What is shadowsocks?

Quick-Shadowsocks-Deployment

Quick shadowsocks deployment for linux server, specifically Ubuntu 20.04 & 22.04

How to use: (You can just copy & paste the commands below which are between these " ")

  1. Get yourself an ubuntu 20.04 server from a VPS provider ( Linode, DigitalOcean etc) which costs about 5$ a month.
  1. SSH into your server (If you are on windows use PuTTy or powershell, If on macOS or Linux just use ssh directly from the terminal like so -> " ssh root@YOUR SERVER's IP ")
  1. Update server and install snap with -> " sudo curl https://raw.githubusercontent.com/OmiceyO/Quick-Shadowsocks-Deployment/main/ubuntu-20.04-setup.sh | bash " - On 22.04 press ENTER on any prompt that shows up until it asks you to manualy reboot. Then press CTRL+C and type in "reboot".
  2. Your server just rebooted, keep calm and SSH into it again then proceed to step 5.
  3. Install shadowsocks with -> " sudo curl https://raw.githubusercontent.com/OmiceyO/Quick-Shadowsocks-Deployment/main/ubuntu-20.04-ss.sh?token=AQOTYQ3JI5HLHYBQY7TN2ELBQH3WI | bash "
  4. Change the default password by editing this file -> " nano /var/snap/shadowsocks-libev/common/etc/shadowsocks-libev/config.json "
  5. After putting in your new password press CONTROL + O then press ENTER to save then press CONTROL+X to exit.
  6. Reboot the server again after changing your password -> " reboot "
  7. You are done, get yourself a client from the releases section.

About

Quick shadowsocks deployment for Ubuntu 20.04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%