Skip to content

Introduction

The documentation here is meant to get you up and running and making requests with your existing dedicated Satisfactory Server.

Looking to set up a dedicated Satisfactory Server?

We recommend running with Docker. We use the satisfactory-server Docker image by @wolveix

What is this and why was it made?

Satisfactory 1.0 released September 10th and with it came many updates and improvements to their dedicated server, including an HTTP API. To make it easier for devs to use and consume those APIs @lundjrl and @noahjahn thought it'd be fun to write an SDK for said API. We're planning to build some other tools using this SDK, but want to let others use it as well.

Our goal with the SDK is to focus on Developer Experience (DX) and make sure the tool is as intuitive as possible.

Yeah, but why TS/JS??

because 😉

How do I get started?

Take a look at the Quick Start, it will walk you through installation and using the SDK.