{"id":21888979,"url":"https://github.com/commandserver/fivem-dashboard-bot","last_synced_at":"2026-02-07T02:02:07.196Z","repository":{"id":104036787,"uuid":"329034543","full_name":"Commandserver/FiveM-Dashboard-Bot","owner":"Commandserver","description":"Monitor your FiveM Server on your Discord with this Bot","archived":false,"fork":false,"pushed_at":"2024-11-22T10:15:56.000Z","size":127,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"v1","last_synced_at":"2025-05-28T00:36:29.503Z","etag":null,"topics":["bot","dashboard","discord","discord-bot","discordpy","fivem","fivem-server","fivem-status-bot","fivemtools","python3","status-bot"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Commandserver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2021-01-12T15:46:43.000Z","updated_at":"2024-11-22T10:09:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cbbdffb-792d-453e-9b76-1199073bc391","html_url":"https://github.com/Commandserver/FiveM-Dashboard-Bot","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/Commandserver/FiveM-Dashboard-Bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commandserver%2FFiveM-Dashboard-Bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commandserver%2FFiveM-Dashboard-Bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commandserver%2FFiveM-Dashboard-Bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commandserver%2FFiveM-Dashboard-Bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Commandserver","download_url":"https://codeload.github.com/Commandserver/FiveM-Dashboard-Bot/tar.gz/refs/heads/v1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Commandserver%2FFiveM-Dashboard-Bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29184977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"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":["bot","dashboard","discord","discord-bot","discordpy","fivem","fivem-server","fivem-status-bot","fivemtools","python3","status-bot"],"created_at":"2024-11-28T11:18:21.023Z","updated_at":"2026-02-07T02:02:07.182Z","avatar_url":"https://github.com/Commandserver.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ch1\u003eFiveM-Dashboard-Bot v1\u003c/h1\u003e\n\n\u003ch4\u003eA Discord bot which displays the live-status of your FiveM Server.\u003c/h4\u003e\n\n![License](https://img.shields.io/github/license/Commandserver/FiveM-Dashboard-Bot)\n\n\u003c/div\u003e\n\n## Features\n\n- shows the live-status of your FiveM Server and how many players are currently playing on it\n- live-status of the [official fivem status](https://status.cfx.re/) and [AlleStörungen.de](https://allestörungen.de/stoerung/fivem/)\n- A command to get the current fivem status\n- Restart detection of your fivem server with the help of your built-in TxAdmin Discord Bot\n\n## Preview:\n\nThis is how the live-dashboard message can look like. It gets updated every 8 seconds.\n\n![](https://user-images.githubusercontent.com/44061123/165137815-6acaf05d-99ce-4701-a6a4-ed6a3ed1dc71.png)\n\nNote: If you just want to have a `/fivem` slash command the get the fivem status on your server, you can also just [invite my public discord bot](https://discord.com/api/oauth2/authorize?client_id=871415662109659156\u0026permissions=280576\u0026scope=bot%20applications.commands) to your server rather than running your own instance of it.\n\n## Commands\n\nMessage based commands:\n\n`!fivem` show the current fivem status from [AlleStörungen.de](https://allestörungen.de/stoerung/fivem/) and [status.cfx.re](https://status.cfx.re/)\n\n`!toggleuptimevisibility` to toggle the visibility of the uptime in the status message \n\n➥ You must be a server administrator to use this. Otherwise, the bot will not react.\n\n`!toggledowndetectorstatus` to toggle the visibility of the FiveM Status from [AlleStörungen.de](https://allestörungen.de/stoerung/fivem/) in the status message \n\n➥ You must be a server administrator to use this. Otherwise, the bot will not react.\n\n`!togglecfxstatus` to toggle the visibility of the FiveM Status from [status.cfx.re](https://status.cfx.re/api/v2/status.json) in the status message \n\n➥ You must be a server administrator to use this. Otherwise, the bot will not react.\n\n## Dependencies:\n\n- Python3.8 or higher\n- For required python packages see the `requirements.txt`\n\n## Getting started\n\n### Install python dependencies\n\nYou can install the python packages globally via `pip3 install -r requirements.txt` or by creating a virtual environment like so:\n\n```shell\n# setup virtual environment\npython3 -m venv venv\n# install python packages into the virtual environment\n./venv/bin/pip3 install -r requirements.txt\n# run the bot\n./venv/bin/python3 bot.py\n```\n\n### Configuration\n\nRename the `config.ini.dist` to `config.ini` and configure it.\n\n### Run the bot\n\nJust run `./venv/bin/python3 bot.py` in your project directory.\n\nWhen the bot is running, it will create a log file named `latest.log` in the project directory.\n\n### Running with systemctl under Linux\n\nI'd recommend running the Bot with systemctl to keep the bot always online.\nThe systemd (.service) file could look like this:\n\n```ini\n[Unit]\nDescription=Discord FiveM Dashboard Bot\nAfter=network.target\n\n[Service]\nWorkingDirectory=/path_to_project\nExecStart=/path_to_project/venv/bin/python3 bot.py\nType=simple\nRestart=always\n#User=fivem-dashboard\n\n[Install]\nWantedBy=multi-user.target\n```\n\n### Required Discord permissions\n\nThe Discord Bot needs the following permissions:\n\n- View Channel (Read messages)\n- Send Messages\n- Embed Links\n- Manage Messages\n- Read Message History\n\n## Show your support\n\nBe sure to leave a ⭐️ if you like the project and also be sure to contribute, if you're interested! Want to help? Drop me a line or send a PR.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandserver%2Ffivem-dashboard-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcommandserver%2Ffivem-dashboard-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcommandserver%2Ffivem-dashboard-bot/lists"}