[fixed] FXserver - Permission denied - ld-musl-x86_64.so.1

Hello,
I have a problem starting the server. I have a new VPS, and I can’t start the server after entering my starting commands (cd /root/FXServer/cfx-server-data/ + bash /root/FXServer/run.sh +exec server.cfg).
Problem is denied access (ld-musl-x86_64.so.1)… I don’t know what to do with it, please help.

Here is screenshot from putty:

Did you perhaps manually drag all server files in your winscp? Instead of unarchiving on the target filesystem.

Yes, but there is everything (new artefact linux)

Don’t manually upload all files, download the server artifact tar to your server and then use the tar command (tar xf fx.tar.xz) to unarchive it so it doesn’t lose any permissions.

1 Like

Thank you, it already works! [I uploaded a .rar file fx.tar (with artefact) to folder with cfx-server-data and write to putty (tar xf fx.tar.xz), it has been extracted and access works.]