{"id":27841383,"url":"https://github.com/rimworld-together/rimworld-together","last_synced_at":"2026-04-18T16:03:27.981Z","repository":{"id":222200939,"uuid":"755406968","full_name":"RimWorld-Together/Rimworld-Together","owner":"RimWorld-Together","description":"A Community Driven Multiplayer Mod for Rimworld!","archived":false,"fork":false,"pushed_at":"2026-04-13T05:11:04.000Z","size":13959,"stargazers_count":231,"open_issues_count":27,"forks_count":52,"subscribers_count":7,"default_branch":"development","last_synced_at":"2026-04-13T07:12:00.028Z","etag":null,"topics":["client","free","linux","mod","multiplayer","pc","rimworld","server","source","windows"],"latest_commit_sha":null,"homepage":"https://steamcommunity.com/sharedfiles/filedetails/?id=3005289691","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RimWorld-Together.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-10T05:16:09.000Z","updated_at":"2026-04-13T05:11:12.000Z","dependencies_parsed_at":"2024-05-07T10:31:34.557Z","dependency_job_id":"0f62040e-c1f4-4afe-8402-8bea4eb6e606","html_url":"https://github.com/RimWorld-Together/Rimworld-Together","commit_stats":null,"previous_names":["byte-nova/rimworld-together","rimworldtogether/rimworld-together","erag0n001/rimworld-together","rimworld-together/rimworld-together"],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/RimWorld-Together/Rimworld-Together","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimWorld-Together%2FRimworld-Together","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimWorld-Together%2FRimworld-Together/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimWorld-Together%2FRimworld-Together/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimWorld-Together%2FRimworld-Together/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RimWorld-Together","download_url":"https://codeload.github.com/RimWorld-Together/Rimworld-Together/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RimWorld-Together%2FRimworld-Together/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31974955,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["client","free","linux","mod","multiplayer","pc","rimworld","server","source","windows"],"created_at":"2025-05-03T04:59:12.754Z","updated_at":"2026-04-18T16:03:27.970Z","avatar_url":"https://github.com/RimWorld-Together.png","language":"C#","funding_links":["https://ko-fi.com/rimworldtogetherproject"],"categories":[],"sub_categories":[],"readme":"# RimWorld Together\n### A Community Driven Multiplayer Mod for Rimworld!\n### Welcome to our repository! A great place for the tech savvies!\n[![](https://img.shields.io/badge/Steam_Workshop-Subscribe-blue?logo=steam)](https://steamcommunity.com/sharedfiles/filedetails/?id=3005289691) \n[![](https://img.shields.io/badge/Discord-Join-blue?logo=discord)](https://discord.gg/yUF2ec8Vt8) \n[![](https://img.shields.io/badge/Wiki-Read-blue?logo=mdbook)](https://github.com/Byte-Nova/Rimworld-Together/wiki) \n[![](https://img.shields.io/badge/Incompatibility_List-View-blue?logo=markdown)](https://github.com/RimWorld-Together/Incompatibilities)\n[![](https://img.shields.io/badge/Expansion_List-View-blue?logo=markdown)](https://github.com/RimWorld-Together/Expansions)\n[![](https://img.shields.io/badge/Donate-Go-blue?logo=kofi)](https://ko-fi.com/rimworldtogetherproject)\n\n\u003e [!NOTE]\n\u003e PULL REQUEST REVIEWS ARE PAUSED WHILE THE MOD UNDERGOES HEAVY CHANGES! THANK YOU FOR YOUR UNDERSTANDING\n\n## Server Prerequisites:\nThanks to the way the server is built, there aren't any heavy hardware related dependencies, meaning that your hosting machine will only need to have an excellent network bandwith and a bit of everything else. Really, modern e-toasters could run it.\n\n## Server Installation:\nDownload the latest server files at [here](https://github.com/Byte-Nova/Rimworld-Together/releases/latest). Then extract somewhere in your system and execute the executable file.\n\u003e[!WARNING]\n\u003e When extracting the server files somewhere, be mindful on where this location might be, avoid installing it at privileged locations (where admin permissions are needed) to prevent your antivirus/system kicking off.\n\n## Container-based Deployment:\nWe provide an official container image hosted on the Github Container Repository and an example docker-compose file to run the server.\n\nThe following commands allow you to runs the server after creating a `RWTData` directory that will contain all the server's user files.\n\nMake sure you have [Docker](https://www.docker.com/) (or [Podman](https://github.com/containers/podman)) installed.\n\n### 1 - Create a Data directory\n```sh\nmkdir -p RWTData\n```\n\n### 2 - Run the server\n\n**Run with Docker on Linux:**\n```sh\ndocker run -it --rm -v './RWTData:/Data' -p 25555:25555 ghcr.io/rimworld-together/rimworld-together:latest\n```\n**Run with Docker on Windows:**\n```sh\ndocker run -it --rm -v '.\\RWTData:/Data' -p 25555:25555 ghcr.io/rimworld-together/rimworld-together:latest\n```\n\n\n## Contributing\nInterested? Please read our [contribution guide](https://github.com/RimworldTogether/Rimworld-Together/blob/development/.github/CONTRIBUTING.md) before contributing!\n\n## Other Questions?\nDon't hesitate to create an issue on Github if you have any issues with the mod. We are here for you! You can also contact us via our [Discord server](https://discord.gg/yUF2ec8Vt8).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimworld-together%2Frimworld-together","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frimworld-together%2Frimworld-together","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frimworld-together%2Frimworld-together/lists"}