satisfactory-server-aws icon indicating copy to clipboard operation
satisfactory-server-aws copied to clipboard

Where is the configuration file?

Open Vanclief opened this issue 4 years ago • 5 comments

This repo is awesome, it was super easy to setup. However now I am now looking for the Satisfactory configuration file inside the EC2, but I can't find it.

Looking for it at /home/ubuntu/.steam/steamapps/common/SatisfactoryDedicatedServer/

(Looking to increment max player limit)

Vanclief avatar Mar 02 '22 19:03 Vanclief

Seems it needs to be created? https://github.com/parkervcp/eggs/pull/1375#issuecomment-953135602

Vanclief avatar Mar 02 '22 19:03 Vanclief

nice this seems like it would be a great addition/configuration for this project too if anyone is interested in creating a PR.

feydan avatar Mar 02 '22 21:03 feydan

Once I test this works, I will add it as documentation. Also the AWS IAM permission requirements, as I had to figure it out by trial and error what where the policies needed.

Vanclief avatar Mar 03 '22 17:03 Vanclief

@Vanclief there were IAM permissions needed? I would imaging you can add this file as part of the installation script: https://github.com/feydan/satisfactory-server-aws/blob/main/server-hosting/scripts/install.sh

feydan avatar Mar 03 '22 18:03 feydan

Sorry, did not saw the Github notification.

The IAM permissions where required when creating the API Key for the AWS CLI, I was not sure what permissions where required, so I gave it a few, but when running the installation script I got a couple of errors regarding the required permissions for the CLI to execute the installation script.

Vanclief avatar Mar 09 '22 16:03 Vanclief