π£ VM: VaultObscura (VMID 107)
π£ IP Address: 192.168.5.155
π£ Web UI: darktrade.kalymoon.com
π£ Last Updated: February 2026
OctoBot is a free, open-source cryptocurrency trading bot developed by Drakkar-Software. It is designed to automate trading strategies across multiple exchanges with a flexible, modular architecture that supports both novice and experienced traders. It has been actively developed since 2018 and is licensed under GPL-3.0.
OctoBot is self-hosted on the VaultObscura VM at darktrade.kalymoon.com and runs continuously to execute configured strategies autonomously.
| π£ Feature | π£ Details |
|---|---|
| Trading Strategies | Grid, DCA, crypto baskets, AI-driven, TradingView signals, market making |
| Exchange Support | 15+ exchanges including Binance, Coinbase, MEXC, Hyperliquid |
| AI Integration | Supports OpenAI and Ollama models (ChatGPT, LLaMA, custom) |
| TradingView | Automates trades from TradingView indicators and Pine Script strategies via webhook |
| Backtesting | Test strategies against historical market data before going live |
| Telegram Interface | Remotely monitor portfolio, profits, and trigger emergency sells via Telegram |
| Social Indicators | Analyze Google Trends, Reddit sentiment, and other social signals |
| Technical Analysis | RSI, Moving Averages, MACD, and more built-in |
OctoBot runs via Docker on the VaultObscura VM. The instance is reverse-proxied through Nginx Proxy Manager on the Kalymoon VM and is accessible externally at darktrade.kalymoon.com.
version: "3"
services:
octobot:
image: drakkarsoftware/octobot:stable
restart: unless-stopped
ports:
- "5001:5001"
volumes:
- ./user:/octobot/user
- ./tentacles:/octobot/tentacles
- ./logs:/octobot/logs
OctoBot is exposed via Nginx Proxy Manager:
| π£ Setting | π£ Value |
|---|---|
| Domain | darktrade.kalymoon.com |
| Forward Hostname | 192.168.5.155 |
| Forward Port | 5001 |
| SSL | Let's Encrypt (auto-renew) |
Since this is a self-hosted instance, TradingView webhooks require OctoBot to be reachable from the public internet. This is handled via the NPM reverse proxy at darktrade.kalymoon.com. When setting up TradingView alerts, use:
https://darktrade.kalymoon.com/webhook
OctoBot configuration lives in the user/ directory on the VaultObscura VM. Key config files:
| π£ File | π£ Purpose |
|---|---|
user/config.json |
Main config β exchanges, API keys, notifications |
user/profiles/ |
Strategy profiles β each profile contains trading mode and risk settings |
tentacles/ |
Installed trading mode modules and indicators |
Grid Trading β Places buy and sell orders at regular price intervals within a defined range. Good for sideways/ranging markets.
DCA (Dollar Cost Averaging) β Buys at regular intervals regardless of price to average down cost over time. Lower risk, long-term focused.
TradingView Mode β Listens for webhook signals from TradingView alerts and executes trades accordingly. Allows full use of custom Pine Script strategies.
AI Mode β Uses connected OpenAI or Ollama models to make trading decisions based on market data and configured prompts.
Crypto Baskets β Invests proportionally across a basket of cryptocurrencies, similar to an index fund or ETF. Can follow OctoBot Cloud community baskets or custom-defined ones.
Market Making β Places simultaneous buy and sell limit orders around the current price to profit from the spread.
OctoBot includes configurable risk controls:
Before deploying a strategy live, use OctoBot's built-in backtester:
The Strategy Designer tool allows further fine-tuning of parameters against historical data.
| π£ Method | π£ Details |
|---|---|
| Web UI | Full dashboard at darktrade.kalymoon.com β portfolio, open orders, trade history, logs |
| Uptime Kuma | Service health monitored via Uptime Kuma on Kalymoon VM |
| Zabbix | Infrastructure-level monitoring via VoidTelemetry VM |
| Telegram Bot | Optional β remotely view portfolio, profits, and trigger emergency sell |
| π£ Resource | π£ URL |
|---|---|
| OctoBot Web UI | darktrade.kalymoon.com |
| OctoBot GitHub | github.com/Drakkar-Software/OctoBot |
| Official Docs | octobot.cloud/en/guides/octobot |
| VM | VaultObscura β 192.168.5.155 (VMID 107) |
user/config.json β keep this file backed up securely and never commit it to version control.darktrade.kalymoon.com to be publicly reachable β verify NPM is healthy before relying on webhook-based strategies.π£ Tags: octobot β’ trading β’ crypto β’ automation β’ bot β’ self-hosted β’ vaultobscura β’ docker