When Trying to connect to linux server smm error

The error is "failed to get remote server metadata: failed to get game version: no platform detected" it happens everytime I try to connect. I am connecting with sftp
11 Replies
sjhoward
sjhoward3mo ago
Did you use this guide to set it up? >dedi
FICSIT-Fred
FICSIT-Fred3mo ago
Learn how to install mods on dedicated servers on the docs website: https://docs.ficsit.app/satisfactory-modding/latest/ForUsers/DedicatedServerSetup.html
Installing Mods on Dedicated Servers :: Satisfactory Modding Docume...
SML3.7.0 enabled the compilation of mods for Dedicated Servers and SMM3 makes it easy to manage mods on a server, be it a local server or ho...
᲼
OP3mo ago
yes I did
᲼
OP3mo ago
No description
sjhoward
sjhoward3mo ago
You need to navigate to the folder which has FactoryServer in
᲼
OP2mo ago
I am in that folder It worked before with the same file path It just stopped working now does anyone have answers
Dezzy
Dezzy2mo ago
Did you check that the user you're logging in as on the server has permission to access those game files? If the server is being ran by another user it might change ownership of the files and the user you're logged in as will not have access to those files by default. You'll have to add your user to the group the server is being ran as if you're using a systemd service/separate user. Simple way to check is to ssh into the server, check the file perms with ls -lah <path to the server files>
᲼
OP2mo ago
I will try that
᲼
OP2mo ago
This is what it returned in my main satisfactory-server folder
No description
᲼
OP2mo ago
This is what it returned in the gamefiles folder that smm needs
No description
Dezzy
Dezzy2mo ago
Hrmmmmmm. Cab you run SMM from the CLI and try to connect to your server and see what the logs say?

Did you find this page helpful?