{"id":34882082,"url":"https://github.com/calagopus/panel","last_synced_at":"2026-05-10T14:17:44.673Z","repository":{"id":298085791,"uuid":"998590196","full_name":"calagopus/panel","owner":"calagopus","description":"Pterodactyl alternative written in Rust + React with User Experience in Mind.","archived":false,"fork":false,"pushed_at":"2026-04-20T16:22:58.000Z","size":15065,"stargazers_count":190,"open_issues_count":3,"forks_count":18,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-20T18:18:21.035Z","etag":null,"topics":["alternative","calagopus","pterodactyl","pterodactyl-api","pterodactyl-panel","pterodactyl-panel-api","react","rust"],"latest_commit_sha":null,"homepage":"https://calagopus.com","language":"Rust","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/calagopus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"github":["calagopus","0x7d8"],"ko_fi":"rjansen"}},"created_at":"2025-06-08T23:35:19.000Z","updated_at":"2026-04-20T16:23:24.000Z","dependencies_parsed_at":"2025-07-16T17:43:36.702Z","dependency_job_id":"2f56cd37-3edd-4400-bad3-81cd097fca68","html_url":"https://github.com/calagopus/panel","commit_stats":null,"previous_names":["pterodactyl-rs/panel","calagopus-rs/panel","calagopus/panel"],"tags_count":75,"template":false,"template_full_name":null,"purl":"pkg:github/calagopus/panel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calagopus%2Fpanel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calagopus%2Fpanel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calagopus%2Fpanel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calagopus%2Fpanel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/calagopus","download_url":"https://codeload.github.com/calagopus/panel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/calagopus%2Fpanel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261195,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","response_time":59,"last_error":"SSL_read: 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":["alternative","calagopus","pterodactyl","pterodactyl-api","pterodactyl-panel","pterodactyl-panel-api","react","rust"],"created_at":"2025-12-26T02:19:27.676Z","updated_at":"2026-04-25T12:07:40.490Z","avatar_url":"https://github.com/calagopus.png","language":"Rust","funding_links":["https://github.com/sponsors/calagopus","https://github.com/sponsors/0x7d8","https://ko-fi.com/rjansen"],"categories":["Rust"],"sub_categories":[],"readme":"![Calagopus Logo](https://calagopus.com/fulllogo.svg)\n\n# Calagopus Panel\n\n[![Rust](https://img.shields.io/badge/rust-stable-orange.svg?logo=rust)](https://www.rust-lang.org/)\n[![License](https://img.shields.io/github/license/calagopus/panel?color=blue)](https://github.com/calagopus/panel/blob/main/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/calagopus/panel)](https://github.com/calagopus/panel/issues)\n[![GitHub stars](https://img.shields.io/github/stars/calagopus/panel)](https://github.com/calagopus/panel/stargazers)\n[![Discord](https://img.shields.io/discord/1429911351777824892?label=discord\u0026logo=discord\u0026color=5865F2)](https://discord.gg/uSM8tvTxBV)\n\nA \"rewrite\" of [Pterodactyl Panel](https://github.com/pterodactyl/panel) in the Rust Programming Language. This rewrite aims to be a better alternative to the original Panel, implementing new Features, better Performance and a new UI.\n\n## Installation\n\nFor installation instructions, please refer to the [Docs](https://calagopus.com/docs/panel/installation).\n\n## Todo\n\n[Frontend](https://notes.rjns.dev/workspace/cb7ccae8-0508-4f90-9161-d1e69b0ca8f0/oXJcC5ei3IQhEf1RFCh6K) \n/ [Backend](https://notes.rjns.dev/workspace/cb7ccae8-0508-4f90-9161-d1e69b0ca8f0/xfvzMIFHkFSMnOfO_WUEO)\n\n## Directory Structure\n\n* [**`frontend/`**](./frontend/) — The frontend of the panel, built with React, Mantine, and Tailwind.\n  * [**`extensions/*`**](./frontend/extensions/) — Extensions for the frontend, such as themes and plugins.\n* [**`backend/`**](./backend/) — The backend of the panel, built with Rust and Axum.\n* [**`backend-extensions/*`**](./backend-extensions/) — Extensions for the backend, such as auth providers and database drivers.\n* [**`database/`**](./database/) — Database migrations using Drizzle.\n* [**`database-migrator/`**](./database-migrator/) — A tool to run database migrations, built with Rust and SQLx.\n* [**`shared/`**](./shared/) — Shared code between various backend parts, mainly relevant for extensions.\n* [**`wings-api/`**](./wings-api/) — An auto-generated API client for the Wings API, built with Rust.\n  * [**`generator-src/`**](./wings-api/generator-src/) — The source code for the API generator, written in TypeScript.\n* [**`rule-validator/`**](./rule-validator/) — A semi-port of Laravel's validation rules in Rust for use with eggs.\n* [**`schema-extension/`**](./schema-extension/)\n  * [**`core/`**](./schema-extension/core/) — Core library for the schema extension system.\n  * [**`derive/`**](./schema-extension/derive/) — A proc macro to derive schema extensions.\n\n## Star History\n\n[![Star History Chart](https://api.star-history.com/svg?repos=calagopus/panel\u0026type=date\u0026legend=top-left)](https://www.star-history.com/#calagopus/panel\u0026type=date\u0026legend=top-left)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalagopus%2Fpanel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalagopus%2Fpanel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalagopus%2Fpanel/lists"}