An open source software application for browsing a pterodactyl panel.
Cabbage Panel allows you to browse and explore any Pterodactyl host through a standalone Windows application. Cabbage Panel is written in C#/.NET and utilizes the Windows Presentation Foundation (WPF) framework. The modern Windows aesthetic is achieved through WPF UI. Access to the host is acquired through the vanilla Pterodactyl API, and simply requires you to enter a client API key to log in.
To easily customize the URL that the application points to, simply modify the customUrl.panel
file contained within the same directory as the executable. Ensure that this URL ends with a "/" or you will get an error when attempting to run the application if it does not. Once you run the program after having set this value, your application will now point to the target host.
If you find any bugs with the app or if you would like to request additional features, I would recommend opening a thread in the "Issues" tab of this Github page. I am happy to take any suggestions.
Fun. I just wanted to mess around with the Pterodactyl API and I am a .NET developer. I did not design this with any real practical application in mind, as web apps are way more convenient for consumers anyway.