• release-1.0.3 416f3a2b47

    1.0.3
    Some checks are pending
    Release / Build Frontend (push) Waiting to run
    Release / Dist (push) Blocked by required conditions
    Release / Dist-1 (push) Blocked by required conditions
    Release / Dist-2 (push) Blocked by required conditions
    Release / Dist-3 (push) Blocked by required conditions
    Release / Dist-4 (push) Blocked by required conditions
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker images (push) Blocked by required conditions
    Release / Build Heavy Docker images (linux/amd64) (push) Waiting to run
    Release / Build Heavy Docker images (linux/arm64) (push) Waiting to run
    Release / Merge Heavy Docker manifests (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-04-25 10:04:51 +00:00 | 515 commits to main since this release

    Added:

    • Added Spanish translations ( @MiguVT )
    • Added Arabic translations ( @i-weedy )
    • Added ability to import from pelican ( @Luxxy-GF )
    • Added support for AIO binaries, panel + wings in one binary for simple setups
    • Added ability to assign additional allocations to env variables via UI
    • Added tons of new extension APIs
    • Added CLI for managing nodes
    • Added ability to recreate API Keys
    • Added ability to adjust ratelimit settings in the Admin UI
    • Added support for MongoDB-Compatible Database Hosts
    • Added endpoint for retrieving user using their oauth provider and identifier
    • Added ability to reattach node backups to other servers after being detached
    • Added ability to manually detach node backups from servers
    • Added CLI for importing missing S3 Backups from a backup configurations s3 credentials'
    • Added ability to enforce user 2fa even after logging in using OAuth
    • Added native way to cancel server transfers from the UI as an admin
    • Added page for viewing system updates (panel, extensions & nodes), and system health
    • Added Links back to Calagopus Documentation for Database Hosts & Backup Configurations
    • Added ability to restore backups to another server from the server admin UI instead of just the Node admin UI

    Fixed:

    • Fixed responsiveness on Account page ( @zephrynis )
    • Fixed tons of bugs in the file manager UI
    • Fixed permission selector being annoying to use
    • Fixed long oauth provider response data erroring the endpoint, truncate data now
    • Fixed ServerItem styling on mobile
    • Switched to Tanstack for more of the frontend, should make it feel more responsive
    • Redesigned OOBE internally and UI-wise so it feels better to use
    • Fixed ordering in egg docker images being discarded when saving
    • Fixed frontend development on Windows Systems
    • Fixed Schedule Step D&D triggering while inside a modal ( @Tomaxikz )
    • Fixed a bug regarding complex automatic port allocation where node matching wouldnt instantly abort once it found a match
    • Fixed some bugs regarding admin node backups

    Full Changelog: https://github.com/calagopus/panel/compare/release-1.0.2...release-1.0.3

    Downloads
  • release-1.0.2 96ac521bd0

    1.0.2
    Some checks are pending
    Release / Build Frontend (push) Waiting to run
    Release / Dist (push) Blocked by required conditions
    Release / Dist-1 (push) Blocked by required conditions
    Release / Dist-2 (push) Blocked by required conditions
    Release / Dist-3 (push) Blocked by required conditions
    Release / Dist-4 (push) Blocked by required conditions
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Release / Build Heavy Docker image (linux/amd64) (push) Waiting to run
    Release / Build Heavy Docker image (linux/arm64) (push) Waiting to run
    Release / Merge Heavy Docker manifest (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-04-04 11:02:01 +00:00 | 657 commits to main since this release

    Added:

    • Added Dutch translations ( @otte-s )
    • Added Vietnamese translations ( @mrbeeenopro )
    • Added Turkish translations ( @alperelieyidev )
    • Added ability to send password reset emails as admin
    • Added ability to recreate (wipe) server databases
    • Added Unsaved Changes modal to startup page
    • Added Extension API for route interceptors to be able to replace existing routes and change default ordering
    • Added Extension API for hooking into most elements to replace/modify them on the fly
    • Added better Extension API for modifying existing backend permission groups
    • Added more Extension APIs to the file manager to allow custom file view/edit pages
    • Added App Setting for app banner instead of icon to allow more customizability of logo
    • Added external_id to admin api users and add it to the UI

    Fixed:

    • Fixed SizeInput not allowing decimals
    • Fixed up some minor UI issues
    • Fixed server power endpoint using wrong permission node for killing
    • Made email test run in foreground to display errors
    • Fixed bug in useBlocker causing invalid file editor unsaved changes modals
    • Fixed validation issue in backup configuration creation
    • Fixed app favicon not updating to the app icon
    • Fixed tons of alignment issues with the SizeInput element

    Full Changelog: https://github.com/calagopus/panel/compare/release-1.0.1...release-1.0.2

    Downloads
  • release-1.0.1 30bbf17c7e

    1.0.1
    Some checks are pending
    Release / Build Frontend (push) Waiting to run
    Release / Dist (push) Blocked by required conditions
    Release / Dist-1 (push) Blocked by required conditions
    Release / Dist-2 (push) Blocked by required conditions
    Release / Dist-3 (push) Blocked by required conditions
    Release / Dist-4 (push) Blocked by required conditions
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Release / Build Heavy Docker image (linux/amd64) (push) Waiting to run
    Release / Build Heavy Docker image (linux/arm64) (push) Waiting to run
    Release / Merge Heavy Docker manifest (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-03-31 19:57:12 +00:00 | 689 commits to main since this release

    Added:

    • Added Russian translations
    • Added server name to admin server delete modal
    • Added nests as groups in egg configuration UI for the eggs input
    • Added native file sorting support to the file manager
    • Added loading spinner to startup variables
    • Added check for minimum panel version in heavy image extension upload
    • Added support for proxying public wings endpoints through the panel to simplify home setups

    Fixed:

    • Fix save issue in OOBE if you actually go through it
    • Fix allocation ip alias not being nullable in the UI
    • Fix egg import issues when the egg has an empty description that isnt null
    • Removed unnecessary disabled guard on heavy image rebuild button
    • Fixed /api/admin/nests/eggs to include nest names
    • Switched to tanstack for most admin resource views to fix broken mutations
    • Fixed charts looking like prototaxities in certain conditions
    • Fixed various issues in the pterodactyl import code
    • Symlinked panel-rs in the heavy image to reflect docs
    • Fix HljsCode element sometimes throwing error if race condition occurred
    • Renamed CLI user and nest subcommands to their plural form to be more consistent
    • Removed WebGL Addon from the Console XTerm instance to minimize issues with browser fingerprinting

    Full Changelog: https://github.com/calagopus/panel/compare/release-1.0.0...release-1.0.1

    Downloads
  • release-1.0.0 09e203b219

    1.0.0
    Some checks are pending
    Release / Build Frontend (push) Waiting to run
    Release / Dist (push) Blocked by required conditions
    Release / Dist-1 (push) Blocked by required conditions
    Release / Dist-2 (push) Blocked by required conditions
    Release / Dist-3 (push) Blocked by required conditions
    Release / Dist-4 (push) Blocked by required conditions
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Release / Build Heavy Docker image (linux/amd64) (push) Waiting to run
    Release / Build Heavy Docker image (linux/arm64) (push) Waiting to run
    Release / Merge Heavy Docker manifest (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-03-29 19:07:02 +00:00 | 710 commits to main since this release

    Downloads
  • release-1.0.0-pre.3 874ece7197

    1.0.0-pre.3
    Some checks are pending
    Release / Build Frontend (push) Waiting to run
    Release / Dist (push) Blocked by required conditions
    Release / Dist-1 (push) Blocked by required conditions
    Release / Dist-2 (push) Blocked by required conditions
    Release / Dist-3 (push) Blocked by required conditions
    Release / Dist-4 (push) Blocked by required conditions
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Release / Build Heavy Docker image (linux/amd64) (push) Waiting to run
    Release / Build Heavy Docker image (linux/arm64) (push) Waiting to run
    Release / Merge Heavy Docker manifest (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-03-21 22:16:26 +00:00 | 744 commits to main since this release

    Downloads
  • release-1.0.0-pre.2 6ac4b07dfa

    1.0.0-pre.2
    Some checks are pending
    Release / Build Frontend (push) Waiting to run
    Release / Dist (push) Blocked by required conditions
    Release / Dist-1 (push) Blocked by required conditions
    Release / Dist-2 (push) Blocked by required conditions
    Release / Dist-3 (push) Blocked by required conditions
    Release / Dist-4 (push) Blocked by required conditions
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Release / Build Heavy Docker image (linux/amd64) (push) Waiting to run
    Release / Build Heavy Docker image (linux/arm64) (push) Waiting to run
    Release / Merge Heavy Docker manifest (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-03-21 19:18:11 +00:00 | 745 commits to main since this release

    Downloads
  • release-1.0.0-pre.1 7e5d8cd723

    1.0.0-pre.1
    Some checks are pending
    Release / Build Frontend (push) Waiting to run
    Release / Dist (push) Blocked by required conditions
    Release / Dist-1 (push) Blocked by required conditions
    Release / Dist-2 (push) Blocked by required conditions
    Release / Dist-3 (push) Blocked by required conditions
    Release / Dist-4 (push) Blocked by required conditions
    Release / Publish Draft Release (push) Blocked by required conditions
    Release / Create multi-arch Docker image (push) Blocked by required conditions
    Stable

    Luxxy released this 2026-03-14 22:46:49 +00:00 | 793 commits to main since this release

    Downloads
  • 0.19.0 c281bfd0be

    0.19.0 Stable

    Luxxy released this 2026-02-28 22:35:52 +00:00 | 878 commits to main since this release

    Downloads
  • 0.18.2 11afe4e38c

    0.18.2 Stable

    Luxxy released this 2026-02-01 17:53:04 +00:00 | 1058 commits to main since this release

    Downloads
  • 0.18.1 3c2209e6d1

    0.18.1 Stable

    Luxxy released this 2026-01-27 08:59:56 +00:00 | 1100 commits to main since this release

    Downloads