{"id":23163137,"url":"https://github.com/playfab/thundernetes-ui","last_synced_at":"2025-08-10T21:05:42.252Z","repository":{"id":45390782,"uuid":"491226153","full_name":"PlayFab/thundernetes-ui","owner":"PlayFab","description":"Thundernetes UI is a frontend for Thundernetes that allows you to visualize and interact with your game server clusters","archived":false,"fork":false,"pushed_at":"2022-10-12T20:46:48.000Z","size":2411,"stargazers_count":3,"open_issues_count":12,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-05T19:22:36.847Z","etag":null,"topics":["gameservers","kubernetes","multiplayer"],"latest_commit_sha":null,"homepage":"https://playfab.github.io/thundernetes","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PlayFab.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}},"created_at":"2022-05-11T18:18:40.000Z","updated_at":"2022-09-20T12:08:50.000Z","dependencies_parsed_at":"2023-01-19T23:35:01.446Z","dependency_job_id":null,"html_url":"https://github.com/PlayFab/thundernetes-ui","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/PlayFab/thundernetes-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayFab%2Fthundernetes-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayFab%2Fthundernetes-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayFab%2Fthundernetes-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayFab%2Fthundernetes-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlayFab","download_url":"https://codeload.github.com/PlayFab/thundernetes-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlayFab%2Fthundernetes-ui/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269787316,"owners_count":24475716,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"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":["gameservers","kubernetes","multiplayer"],"created_at":"2024-12-18T00:16:29.167Z","updated_at":"2025-08-10T21:05:42.220Z","avatar_url":"https://github.com/PlayFab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Thundernetes UI\n\nThis project is a front end application to manage game servers running in one or more [Thundernetes](https://github.com/PlayFab/thundernetes) clusters. To be able to connect to them, be sure to deploy the [GameServer API](https://github.com/PlayFab/thundernetes/tree/main/cmd/gameserverapi) on each cluster.\n\nMake sure to check [the documentation on the Thundernetes website](https://playfab.github.io/thundernetes/thundernetesui/README.html) for more details!\n\n## How to use\n\n### How to config the app\nThe app needs a file called ```config.js``` with the endpoints to the GameServer API and to the Thundernetes manager (this is only to allocate game servers). Inside the file you need to define a variable called ```clusters``` with the following structure:\n\n```js\nvar clusters = {\n  \"cluster1\": {\n    \"api\": \"http://{cluster1_api_IP}:5001/api/v1/\",\n    \"allocate\": \"http://{cluster1_manager_IP}:5000/api/v1/allocate\"\n  },\n  \"cluster2\": {\n    \"api\": \"http://{cluster2_api_IP}:5001/api/v1/\",\n    \"allocate\": \"http://{cluster2_manager_IP}:5000/api/v1/allocate\"\n  }\n}\n ```\n\n### How to run locally\nIf you want to run the project locally, first you need to install [Node.js](https://nodejs.org/en/download/). Then clone the project:\n\n```\ngit clone https://github.com/PlayFab/thundernetes-ui.git\n```\n\nAnd install the dependencies:\n\n```\nnpm install\n```\n\nAfter this, you can create the ```config.js``` file inside the public folder, then you can simply run the app with the ```npm start``` command. This will start a server and open a browser to ```http://localhost:3000```.\n\n### How to run using the Docker image\n\nYou can also run the Docker container image, all you have to do is mount a volume to pass your ```config.js``` file to the app, you can do this like this:\n\n```\ndocker run -d -p 80:80 -v [path to your config.js]:/usr/share/nginx/html/config.js ghcr.io/playfab/thundernetes-ui:[current tag]\n```\n\n## Features\n\n### Check all of your clusters in the same place\n\nYou can see a summary of what's going on in all your clusters.\n\n![Home page](./docs/images/thundernetes_ui_home.png \"Home page\")\n\n### Manage the builds on each cluster\n\nCheck the builds you have on each cluster and their current status. You can also create a new one, either from scratch, or by cloning one from any cluster!\n\n![Cluster view](./docs/images/thundernetes_ui_cluster.png \"Cluster view\")\n\n![Create build view](./docs/images/thundernetes_ui_cluster_create_build.png \"Create build view\")\n\n### Manage each build\n\nYou can check each build separately and see it's status and specs, you can modify the standingBy and max values, allocate individual game servers for testing, and see a list of all the game servers running.\n\n![Build view - Specs](./docs/images/thundernetes_ui_build_specs.png \"Build view - Specs\")\n\n![Build view - GameServers](./docs/images/thundernetes_ui_build_gameservers.png \"Build view - GameServers\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayfab%2Fthundernetes-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplayfab%2Fthundernetes-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplayfab%2Fthundernetes-ui/lists"}