> For the complete documentation index, see [llms.txt](https://bothosting-net.gitbook.io/bot-hosting.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bothosting-net.gitbook.io/bot-hosting.net/pages-and-resources/unofficial-bananaburner.md).

# BananaBurner Panel

{% hint style="info" %}
Legacy Panel guide. BananaBurner is deprecated and no longer updated.
{% endhint %}

Thanks to Agent & Paccman

{% hint style="info" %}
Created and maintained by community members, this is an unofficial tool.
{% endhint %}

Link: [GitHub Repo](https://github.com/relentiousdragon/BananaBurner/tree/main)\
\
Updates can be found in its [dedicated post](https://discord.com/channels/884145104401608735/1476175295684939807)

### Description&#x20;

An alternative control panel for bot-hosting.net, Collect Coins, Create and Manage your servers and Bot-hosting profile.

An alternative control panel for bot-hosting.net, Collect Coins, Create and Manage your servers and Bot-hosting profile. Features a customizable UI, and quality of life changes that improve your experience:

* Coin history for up to 30 days
* Stats Tracking for total coins collected, coins spent, and more
* SFTP Password saved locally so it can be viewed whenever you want
* Browser notifications for when a server is created, captcha needs to be solved, etc (disabled by default)
* Coin Collector:
  * Collect coins automatically while you're on another tab or window, solve captcha when needed at coin 1, 4 and 9
* Server Creator:
  * Tired of trying to create a server over and over again as a free user and never getting lucky to get a server?
    * BananaBurner's server creator automatically tries to get a server for you with respect to rate limits, all you have to do is sit back and do whatever you want in other tabs or windows, average time to get a server for free users this way is around 5-15 minutes (based on several attempts)
      * a browser notification will be sent when a server is successfully created (if enabled)
* Server Manager:
  * View all your servers and their status, here's the cool part: You don't have to visit control.bot-hosting.net to manage your server
  * Power your servers, view console, configure startup settings and more you can do at the Pterodactyl panel all from bot-hosting.net
  * Banana Agent is a kind of process manager for Node.js servers, saves console error logs to a file, has Discord webhook crash alerts, crash detection and recovery and other stuff.
  * PiP console lets you peel out the console to be on top of every application you have open, to debug while you work.
  * Other
* Market:
  * Get user created themes and plugins to extend the capabilities of BananaBurner. further
  * Featured Plugins:
    * Discord Bot ID:
      * Show the Discord bot's user and avatar on the server card it's hosted on
    * Bulk Server Manager:
      * Select multiple servers and send a power action to start/restart/stop them
    * Console Hyperlinks:
      * Turn paths and urls into clickable links that open to that file on the specific line in the console
    * Git:
      * Creates a bash file for connecting your Github Repository with the server, get files from your repo on startup
        * Console commands if your server is Node.js and has Banana Agent setup, type "git pull" or "git status" in the console.
* Quick Actions:
  * Customize Quick Actions on the Dashboard, add a server to quickly see it's status or manage it, or select from one of the preset actions.

And more!

### Installation:

* Download [this repository](https://github.com/relentiousdragon/BananaBurner/tree/main)
* Turn Dev mode on in your browser, go to Extensions -> Click on "Load unpacked extension" and select the cloned folder. (Unarchive if archived)
* Done! 🍌

The script should also work on phones, that is if you can install the extension on your phone's browser <-- there are some browsers available that allow this.&#x20;

> server management functionality will be limited on phones, upon demand we can add it

Update the same way by downloading the repository again and replacing the old folder with the new one then reload the extension from your browser's extension settings.

Source code for plugins can be found [here](https://github.com/relentiousdragon/banana-burner-plugins/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://bothosting-net.gitbook.io/bot-hosting.net/pages-and-resources/unofficial-bananaburner.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
