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 Dec 21, 2019 · 7 revisions

Installation of SSM:

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

As a note SSM has been tested on Linux Ubuntu 18.04.03 LTS

Linux Debian / Ubuntu:

To install SSM onto a linux server run the following commands:

    wget -q https://git.io/Je7rx -O - | bash

This will download the latest release of SSM and install it in the default location /opt/SSM.
It will also install SMLauncher into /opt/SSM/SMLauncher this is the interface for mod installations.

Windows:

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

Invoke-WebRequest https://git.io/JedBC -Out install.ps1
.\install.ps1

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:

  • SMLauncher
  • Non-Sucking Service Manager (NSSM)

What 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.

Clone this wiki locally