First, SSR startup error message
Second, solutions
2.1 Method 1: Brute force method (Directly kill processes occupying ports)
-
Win + R, open CMD
-
Input netstat ano | findstr searches “1080” to see which process occupies the port, the last column is the process of PID
ctrl + shift + esc
To open task Manager and shut down the processes that occupy port 1080
-
Restart the SSR
2.2 Method 2: Gentle Method (Change the default SSR port)
- Go to the SSR installation directory and find the configuration filegui-config.jsonOpen,
- findlocalPort, modify the default port and save
- Restart the SSR