> For the complete documentation index, see [llms.txt](https://docs.gunthy.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gunthy.trade/add-ons/zyb0t.md).

# zyb0t

GitHub Repository: <https://github.com/computeronix/docker-zyb0t>

Docker Hub: <https://hub.docker.com/r/computeronix/zyb0t>

## Overview

zyb0t is an add-on for the Gunbot trading system.

## Highlights

Key capabilities of this container:

* Auto-builds with the latest **stable** version of Gunbot, use the tag `:latest`
* Auto-builds with the latest **beta** version of Gunbot, use the tag `:beta`
* Multi-platform support ( `amd64` and `arm64` )
* Supports the latest version of the zyb0t releases.

## Licensing

zyb0t requires a license. Please contact zy0n to inquire about a license.

## How to Get Started[​](https://marketplace.gunthy.io/extras/GunbotDocker#how-to-get-started) <a href="#how-to-get-started" id="how-to-get-started"></a>

### Docker Hub Repo

Access the [Docker Hub](https://hub.docker.com/r/computeronix/zyb0t) to review tags and all the details of the container.

### Quick Start[​](https://marketplace.gunthy.io/extras/GunbotDocker#quick-start) <a href="#quick-start" id="quick-start"></a>

For the automated, quick start route, with your container tool, simply run

```
docker run -d computeronix/zyb0t:latest
```

Once the image is downloaded, it will run and auto-start in usually about one minute or less.

If the port, by default 5000, is open on the host, and pass-thru the container, go to `https://IPofCONTAINER:5000` (localhost could be used if local environment)

{% hint style="info" %}
PRO TIP: if this is the first time using Gunbot, or you need assistance setting up the config, open the port and pass it through the container, then use the Web GUI to set it up. The Gunbot team has done an outstanding job with the Web GUI!

DO NOT forget to use the persistent data option below if you plan to keep your data
{% endhint %}

### Example with persistent data and pass-through

```
docker run -d -p 5010:5000 -v "/host/directory/to/volume:/mnt/gunbot" computeronix/zyb0t:latest 
```

In the above example, Gunbot would be available on `https://IPofCONTAINER:5010` and data would persist on the mounted directory `/host/directory/to/volume`.

## Support

* Join the Telegram Community
* Submit issues/feedback/feature requests at the \[[GitHub site](https://github.com/computeronix/docker-zyb0t/issues)]


---

# 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:

```
GET https://docs.gunthy.trade/add-ons/zyb0t.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
