Install Mods on Dedicated Server (VPS)
I’m running a Satisfactory dedicated server on a VPS. Server works fine, SFTP works (can connect with FileZilla), ports and firewall are set.
But when I try to add the server in Satisfactory Mod Manager (SMM) I get this error:
failed to add installation: failed to validate installation: failed to connect to ssh server: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none], no supported methods remain
Mods I want to install are:
InfiniteNudge 2.3.7
InfiniteZoop 1.9.5
2 Replies
-# Responding to
Key Details for SMMDebug-2025-09-02-13-33-53.zip
triggered by @HyperXTSolution is:
1. Stop the Server
If your dedicated server is running, shut it down first:
[For linuxgsm]
./sfserver stop
2. Install ficsit-cli
Download and install ficsit-cli on your VPS:
cd ~
wget https://github.com/satisfactorymodding/ficsit-cli/releases/latest/download/ficsit_linux_amd64 -O ficsit-cli
chmod +x ficsit-cli
3. Launch ficsit-cli
./ficsit-cli
4. Add Your Installation
Use the arrow keys to navigate to Installations.
Press n (for New).
Use Tab to move between fields.
Select the folder containing FactoryServer.sh.
If installed with LinuxGSM, the path is:
/home/sfserver/serverfiles
5. Install Mods
Go to All Mods.
Pick the mods you want to install.
Go back with q.
6. Apply Changes
Choose Apply Changes.
Select Save.
Exit ficsit-cli.
✅ Restart your server and the mods should load.