Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Installation

MrHid6 edited this page Aug 5, 2022 · 7 revisions

Installation of SSM:

SatisfactoryServerManager (SSM) is designed to work on both Linux & Windows Servers.

NOTE: SSM has been tested on Linux Ubuntu 20.04.

Debian / Ubuntu: To install SSM onto a linux server run the following commands as root:

Install: wget -q https://git.io/Je7rx -O - | bash
Update: wget -q https://git.io/Je7rx -O - | bash /dev/stdin "--update"

Windows:

Open a PowerShell window as administrator and run the following commands:

Download Install Script: Invoke-WebRequest https://git.io/JedBC -Out install.ps1
Install: .\install.ps1
Update: .\install.ps1 -update $true

This will download the latest release of SSM and install it in the default location C:\Program Files\SSM.
It will also download and install the required dependancies:

  • Non-Sucking Service Manager (NSSM)

What's Next?

Now that you have installed SSM, you can now start SSM (using instructions HERE).
Once started you can login using the following creditials:

    User Name: admin
    Password: ssm (all lowercase)

It will then ask you to reset the password to something of your choosing.