{"id":19336722,"url":"https://github.com/samrocketman/terraria-dedicated-server","last_synced_at":"2025-04-23T01:30:51.905Z","repository":{"id":145442339,"uuid":"88813187","full_name":"samrocketman/terraria-dedicated-server","owner":"samrocketman","description":"Scripts for running a Terraria dedicated server on Linux.","archived":false,"fork":false,"pushed_at":"2024-05-04T01:00:54.000Z","size":5,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-02T06:11:21.597Z","etag":null,"topics":["dedicated-server","linux","steam","terraria","terraria-dedicated-server"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samrocketman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-20T02:44:33.000Z","updated_at":"2024-08-11T06:25:51.000Z","dependencies_parsed_at":"2023-06-03T18:32:30.739Z","dependency_job_id":null,"html_url":"https://github.com/samrocketman/terraria-dedicated-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fterraria-dedicated-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fterraria-dedicated-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fterraria-dedicated-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fterraria-dedicated-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocketman","download_url":"https://codeload.github.com/samrocketman/terraria-dedicated-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250352184,"owners_count":21416454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dedicated-server","linux","steam","terraria","terraria-dedicated-server"],"created_at":"2024-11-10T03:12:11.226Z","updated_at":"2025-04-23T01:30:51.648Z","avatar_url":"https://github.com/samrocketman.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Terraria dedicated server\n\nStarting and managing terraria dedicated server.  These scripts are designed to\nrun on Linux to make it easy for hosting a dedicated server.\n\n# Download dedicated server\n\n    ./download-dedicated-server.sh\n\nWhich uses [yml-install-files][yml-install-files] to download via\n[`terraria.yaml`](terraria.yaml).\n\n[yml-install-files]: https://github.com/samrocketman/yml-install-files\n\n# Launch your server\n\n    ./terraria.sh\n\n# Optional Setup server configuration\n\nCreate `serverconfig.txt` at the root of this repository.\n\n# Start the server\n\nThe end goal is to play terraria on the dedicated server.  A script has been\nconveniently provided to start the dedicated server.\n\n    ./terraria.sh\n\nIt will start Terraria in the foreground.  Type `help` to see commands available\ninside of the dedicated server.  Type `exit` to exit the dedicated server.\n\n# Pro tips\n\n### Updating dedicated server\n\n[`download-dedicated-server.sh`][2] is designed to always download the latest\ndedicated server from [terraria.org][1].  To update, simply run the script\nagain.\n\nUpdate to latest:\n\n    ./download-dedicated-server.sh\n\n### Run inside of screen\n\nRun the dedicated server inside of a [screen session][3].\n\n### Reuse a world generated from Steam\n\nSteam typically stores worlds in:\n\n    \"${HOME}\"/.local/share/Steam/userdata/*/*/remote/worlds/*.wld\n\nTo find where your world lives execute the following find command:\n\n    find \"${HOME}/.local/share/Steam/userdata\" -type f -name '*.wld'\n\nI tend to also symlink the `remote` directory to saves.  e.g.\n\n    ln -s $HOME/.local/share/Steam/userdata/.../remote ./saves\n\nThat makes it quickly accessible.\n\n[1]: https://terraria.org/\n[2]: download-dedicated-server.sh\n[3]: https://help.ubuntu.com/community/Screen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fterraria-dedicated-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocketman%2Fterraria-dedicated-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fterraria-dedicated-server/lists"}