-
-
Notifications
You must be signed in to change notification settings - Fork 162
Upgrading for 1.1
Robert Thomas edited this page Jun 10, 2025
·
2 revisions
Satisfactory has received it's first major update since coming out of early access! 🎉
If you're not new here and looking to upgrade your setup, here's what you need to do:
- Upgrade your local Docker image
docker pull wolveix/satisfactory-server:latest
- Change your ports from:
- '7777:7777/tcp'
- '7777:7777/udp'
- To the new ports:
- '7777:7777/tcp'
- '7777:7777/udp'
- '8888:8888/tcp'
- Ensure all three of the new ports are explicitly allowed through your firewall/port forwarded as needed.
If you're experiencing API connectivity issues, your issue is that you haven't completed one of these two steps. If
you're seeing a EADDRINUSE
log message, Coffee Stain confirmed that it does not matter. Same applies to the
self-signed certificate log message. For more information,
see the original issue from launch.
If you want to change the ports, use the SERVERGAMEPORT
for the 7777/tcp
and 7777/udp
ports, and SERVERMESSAGINGPORT
for the 8888/tcp
port.
Enjoy 1.1! 🎉