{"id":21441472,"url":"https://github.com/byte-nova/rimworld-together","last_synced_at":"2025-03-15T01:08:28.860Z","repository":{"id":222200939,"uuid":"755406968","full_name":"Byte-Nova/Rimworld-Together","owner":"Byte-Nova","description":"A Community Driven Multiplayer Mod for Rimworld!","archived":false,"fork":false,"pushed_at":"2024-10-24T01:38:20.000Z","size":9732,"stargazers_count":66,"open_issues_count":10,"forks_count":28,"subscribers_count":5,"default_branch":"development","last_synced_at":"2024-10-25T06:20:12.047Z","etag":null,"topics":["client","free","linux","mac","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/Byte-Nova.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}},"created_at":"2024-02-10T05:16:09.000Z","updated_at":"2024-10-24T20:43:32.000Z","dependencies_parsed_at":"2024-05-07T10:31:34.557Z","dependency_job_id":"0f62040e-c1f4-4afe-8402-8bea4eb6e606","html_url":"https://github.com/Byte-Nova/Rimworld-Together","commit_stats":null,"previous_names":["byte-nova/rimworld-together","rimworldtogether/rimworld-together"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byte-Nova%2FRimworld-Together","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byte-Nova%2FRimworld-Together/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byte-Nova%2FRimworld-Together/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Byte-Nova%2FRimworld-Together/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Byte-Nova","download_url":"https://codeload.github.com/Byte-Nova/Rimworld-Together/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243668210,"owners_count":20328040,"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":["client","free","linux","mac","mod","multiplayer","pc","rimworld","server","source","windows"],"created_at":"2024-11-23T01:27:04.529Z","updated_at":"2025-03-15T01:08:28.820Z","avatar_url":"https://github.com/Byte-Nova.png","language":"C#","funding_links":["https://ko-fi.com/rimworldtogether"],"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/rimworldtogether)\n\n\u003e [!NOTE]\n\u003e The mod is currently a work in progress! Please report any broken stuff you find!\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 exemple 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/byte-nova/rimworld-together:latest\n```\n**Run with Docker on Windows:**\n```sh\ndocker run -it --rm -v '.\\RWTData:/Data' -p 25555:25555 ghcr.io/byte-nova/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%2Fbyte-nova%2Frimworld-together","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbyte-nova%2Frimworld-together","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbyte-nova%2Frimworld-together/lists"}