Skip to content

Commit 3751dad

Browse files
committed
docs: improve docs
1 parent 06b20aa commit 3751dad

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Again, these are just estimates.
167167
| ---- | --- | ------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------- | ------------ | -------------------------------- | --------------------------------------------- |
168168
| | | EC2 | [`m7a.medium`](https://instances.vantage.sh/aws/ec2/m7a.medium?min_memory=4&min_vcpus=1&region=us-east-2&cost_duration=daily&selected=m7a.medium&os=linux&reserved_term=Standard.noUpfront) **spot** instance | $0.021 | $0.63 | $0.63 | |
169169
| ☑️ | | EBS | 4GB root volume + 2GB game data volume | - | ~$0.48 | - | ~$0.48 |
170-
| ☑️ | | EBS | (Optional) Snapshots of 2GB game data volume | - | ~$0.1 | | ~$0.1 |
170+
| | | EBS | (Optional) Snapshots of 2GB game data volume | - | ~$0.1 | | ~$0.1 |
171171
| ☑️ | | VPC | [Public IPv4 address](https://aws.amazon.com/pt/blogs/aws/new-aws-public-ipv4-address-charge-public-ip-insights/) | $0.005 | $0.15 | - | |
172172
| || VPC | ~10GB of outbound network data (example) | $0.003 | $0.9 | - | |
173173
| | | | **Total** | $0.12 | **$2.13** | **$0.63** | **$0.58** |
@@ -513,6 +513,9 @@ module "terraria" {
513513

514514
6. Run `terraform apply` after a while the instance and the game server should be running and accessible
515515

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+
516519
> [!NOTE]
517520
> 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.
518521
@@ -711,10 +714,14 @@ See also TShock [Config Settings](https://tshock.readme.io/docs/config-settings)
711714

712715
### LinuxGSM post-setup
713716

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.
715719

716720
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.
717721

722+
You can change LinuxGSM settings at `/srv/linuxgsm/data/config-lgsm/<short name>server/<short name>server.cfg`
723+
such as `servername` and `serverpassword`.
724+
718725
</details>
719726

720727
### Regions

0 commit comments

Comments
 (0)