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
Did you use this guide to set it up?
>dedi
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...
yes I did

You need to navigate to the folder which has FactoryServer in
I am in that folder
It worked before with the same file path
It just stopped working now
does anyone have answers
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>
I will try that
This is what it returned in my main satisfactory-server folder

This is what it returned in the gamefiles folder that smm needs

Hrmmmmmm. Cab you run SMM from the CLI and try to connect to your server and see what the logs say?