Why is Shadowsocks giving me an "ss-server permission denied" error?

Linode Staff

I'm trying to set up Shadowsocks 5 and am receiving an error message that says "/usr/local/bin/ss-server: Permission denied." Why am I receiving this message and how do I fix it?

1 Reply

The issue you're running into has to do with file permissions. Shadowsocks does not have permission to access one or more files/directories necessary to start the service, so you'll need to go through the error log and fix the file permissions. You can check the error log for Ssmanager by using the command systemctl status ssmanager.service. Depending on what output you receive, you'll want to ensure that Shadowsocks has the correct configuration permissions for the files mentioned in its /etc/systemd/system/shadowsocks.service, along with the correct file pathways for starting and stopping the service. This Github post describes a similar error and may be helpful as well.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct