The big issue is, that i had added the certs in satisfactory folder and it loaded, but it will not let me in the server. I had 1.1 and it will not me yet in the server,
I had seen that the docker image has some own cert creation, thats i. Thougth, this could be a posible way.
This problem with the ssl is really mad, since they had added it. 1.0 was easier to create the server.
I‘m looking for the right way. But this has nothing todo anymore with my question above, they are more technical issues and false in this category.
Hey, i had found the solution, with the SSL Issue, and it has nothing todo with pangolin or NGINX and reverse proxy. (only a little bit with reverse proxy)
the information is missing on the official wiki but i had searched all Workarounds and found the right solution
The Satisfactory Server behind an reverse proxy gives an Server API error on the Client and it get no connection to the server, because with 1.1 the SERVER is needed an SSL connection
There are 2 solutions →
Using the Nginx letsencrypt pem’s and create an new File with the full_chain.pem and private_key.pem → You could combine this to an new file FactoryGame.pem
-----BEGIN CERTIFICATE-----
[ADD HERE THE KEY FROM THE FULL_CHAIN.PEM FROM NGNIX]
-----END CERTIFICATE-----
-----BEGIN PRIVATE KEY-----
[ADD HERE THE KEY FROM THE PRIVATE_KEY.PEM FROM NGNIX]
-----END PRIVATE KEY-----
add into the
/FactoryGame/ an new Folder with Certificates
add into this path → /FactoryGame/Certificates/
the new created FactoryGame.pem file with the letsencrypt chain and privat key
Go to the Instance and change the settings like this →
Now use the LetsEncrypt URL:
static.[URLIP].clients.your-server.de
And the Port:
7777
In the Satisfactory Client
On the first connect, it ask, whats the Server Name and whats the Admin PW
Will add the 2. solution later here! (26.06.25 12:45 MESZ (UTC+2))
Edit: Had changed the Information about the Path, it is not needed… Only add the Cert in the folder and use the Letsencrypt link and the opened port to connect to the server!