-
Notifications
You must be signed in to change notification settings - Fork 9
Installation
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
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.
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)
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.