{"id":17154831,"url":"https://github.com/tomhobson/sergen","last_synced_at":"2026-01-19T10:05:06.383Z","repository":{"id":38460642,"uuid":"215496091","full_name":"tomhobson/Sergen","owner":"tomhobson","description":"A discord chat bot and docker controller to create game servers easily.","archived":false,"fork":false,"pushed_at":"2025-11-07T13:30:02.000Z","size":2118,"stargazers_count":20,"open_issues_count":11,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-07T16:13:50.974Z","etag":null,"topics":["bot","chatbot","csharp","discord","discord-bot","discord-chat","docker","dotnetcore","factorio","game-server-hosting","game-servers","minecraft","valheim"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomhobson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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}},"created_at":"2019-10-16T08:25:14.000Z","updated_at":"2025-11-07T13:30:07.000Z","dependencies_parsed_at":"2024-04-15T21:33:07.685Z","dependency_job_id":"47256333-7a4a-4e73-9d28-de80ac4dd8ee","html_url":"https://github.com/tomhobson/Sergen","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tomhobson/Sergen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhobson%2FSergen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhobson%2FSergen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhobson%2FSergen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhobson%2FSergen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomhobson","download_url":"https://codeload.github.com/tomhobson/Sergen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomhobson%2FSergen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bot","chatbot","csharp","discord","discord-bot","discord-chat","docker","dotnetcore","factorio","game-server-hosting","game-servers","minecraft","valheim"],"created_at":"2024-10-14T21:50:05.183Z","updated_at":"2026-01-19T10:05:06.356Z","avatar_url":"https://github.com/tomhobson.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./images/SergenIconColoured.png\" width=\"400\" height=\"auto\"\u003e\n\n[![CodeScene Code Health](https://codescene.io/projects/9083/status-badges/code-health)](https://codescene.io/projects/9083) ![.NET Build And Release](https://github.com/tomhobson/Sergen/workflows/.NET%20Build%20And%20Release/badge.svg) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n# Sergen\nThis discord bot will create servers that run out of the box. \n\nSimply typing\n`-run Minecraft`\nwill generate you a server on the latest version of minecraft with a world that is located within /opt/Sergen/serverfiles/{discordserverid}/Minecraft\n\nAll the supported images below will work with no issues. There are some work in progress game servers, but I haven't fully tested them so there's no guarantee they'll work.\n\nTry it out here: https://discord.gg/aJpFaS2U\n\n\u003cimg src=\"./images/startandstop.gif\" alt=\"Animation of Sergen working\" width=\"45%\"\u003e\n\n## Supported Servers\n* Minecraft Java Edition\n* Factorio\n* Valheim\n\nIf there's any servers you'd desperately like to see, feel free to open an issue.\n\n## Requirements\n* Windows/Linux (Not tested on a mac)\n* Docker\n* Dotnet 6.0 runtime\n\n## Installation\nA systemd service is the recommended way to run Sergen. I create and run the service within the install scripts. If you don't want it setup this way, don't use the install scripts.\n\n* Download the latest build from the releases section. Extract it, then run ./Install.sh\n* Clone the git repo and run BuildAndInstall.sh\n\n## Setup\nYou'll need to setup a bot with discord, found here: https://discord.com/developers/applications\n\nHere's an article on how to do it: https://www.howtogeek.com/364225/how-to-make-your-own-discord-bot/ (just do up before the Node.js part)\n\nGet your token and update https://github.com/tomhobson/Sergen/blob/master/src/Sergen.Main/appsettings.json.\nReplace PUTBOTTOKENHERE with the token generated from https://discord.com/developers/applications.\n\nYou'll need to restart the service and invite your bot, which can be done with this link:\nhttps://discord.com/oauth2/authorize?client_id=123456789\u0026scope=bot\n\nReplace 123456789 with your bot's client id.\n\n## Allowlists\nSergen has allowlist implementation, for if you're running this on a big server and want to make sure only certain users can start and stop servers.\n\nTo enable this run:\n`-allowlist enable`\n\nTo add a user to the allowlist run:\n`-allowlist add @discorduser`\n\nOnly the server owner will be able to manage the allowlist.\n\n## Troubleshooting\n\nFeel free to open an issue if you're having trouble setting this up, I'll be happy to help.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomhobson%2Fsergen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomhobson%2Fsergen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomhobson%2Fsergen/lists"}