First, SSR startup error message

Second, solutions

2.1 Method 1: Brute force method (Directly kill processes occupying ports)

  1. Win + R, open CMD

  2. Input netstat ano | findstr searches “1080” to see which process occupies the port, the last column is the process of PID

  1. ctrl + shift + escTo open task Manager and shut down the processes that occupy port 1080

  1. Restart the SSR

2.2 Method 2: Gentle Method (Change the default SSR port)

  1. Go to the SSR installation directory and find the configuration filegui-config.jsonOpen,

  1. findlocalPort, modify the default port and save

  1. Restart the SSR