Issues linking my server to Mod Manager

So I recently invested in a server host for my friends and I to have less lag on multiplayer and I tried adding the SFTP credentials and it doesn't give me the option to "Add" however it does when I change the SFTP to Advanced Mode but then I get this error
failed to add installation: failed to validate installation: failed to connect to ssh server: ssh: handshake failed: EOF
failed to add installation: failed to validate installation: failed to connect to ssh server: ssh: handshake failed: EOF
for the path I copied the location of my satisfactory .exe file path. Am I doing something wrong?
6 Replies
Mircea
Mircea2mo ago
For the advanced mode, do you have any special characters in your password? And for both the simple and advanced mode, the path should be the path to the FactoryServer.exe, without the FactoryServer.exe itself
LunarGato
LunarGatoOP2mo ago
Yeah I have a ! In it
Mircea
Mircea2mo ago
You'll have to escape/urlencode it. You can use https://www.urlencoder.org/ for it
LunarGato
LunarGatoOP2mo ago
I did try this and it's still giving me the
failed to add installation: failed to validate installation: failed to connect to ssh server: dial tcp: lookup sftp: no such host
failed to add installation: failed to validate installation: failed to connect to ssh server: dial tcp: lookup sftp: no such host
error
McCovican
McCovican2mo ago
That's a different error. It seems that the server address you've entered isn't valid.
Mircea
Mircea2mo ago
That, or something went wrong with the urlencode, and now a different bit of the URL is parsed as being the host

Did you find this page helpful?