You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Run `terraform apply` after a while the instance and the game server should be running and accessible
515
515
516
+
If the server is not acessible try connecting into the instance, disabling auto shutdown and check logs for errors.
517
+
See [Useful info and commands](#useful-info-and-commands).
518
+
516
519
> [!NOTE]
517
520
> For extra security, SSH-ing and ICMP pinging the instances are only accepted from IPv4 where the Terraform config was applied (e.g your computer). This means once your IPv4 changes, you must run `terraform apply` again to update the security groups rules, or do it manually. Otherwise you won't be able to ping / SSH.
518
521
@@ -711,10 +714,14 @@ See also TShock [Config Settings](https://tshock.readme.io/docs/config-settings)
711
714
712
715
### LinuxGSM post-setup
713
716
714
-
Please check your game specific post-setup documentation.
717
+
Please check your game specific post-setup documentation if available,
718
+
but consider checking out [LinuxGSM own docs](https://docs.linuxgsm.com/game-servers) (left menu) which contains very useful information for some games.
715
719
716
720
As a general tip, your game data, saves and configurations files might be structured using different folder structure and file names than the ones used in game-specific docker images.
717
721
722
+
You can change LinuxGSM settings at `/srv/linuxgsm/data/config-lgsm/<short name>server/<short name>server.cfg`
0 commit comments