Freqtrade Cloud Hosting

Run your Freqtrade bot in the cloud — no VPS

Backpulse hosts your Freqtrade trading bots 24/7 so you can run any IStrategy in dry-run or live mode without a VPS, Docker or config files. Connect Binance, Bybit, OKX and 30+ exchanges, launch in one click, and track live P&L in FreqUI.

No VPS · No Docker · No config files · Free to start
FreqUI Cloud Terminal · v3.4
NostalgiaForInfinityXBot #1LIVE
Exchange: Binance USDT-M Futures · Primary Pair: BTC/USDT:USDT
Open FreqUI ↗
24h Closed P&L
+$184.20 (+4.8%)
Open Trades
2 / 5 Max
Win Rate (30d)
74.2%
Uptime
14d 6h (99.9%)
Active PairSideEntry PriceMark PriceCurrent P&LExit Condition
BTC/USDT:USDTLONG 5x$94,210$96,480+4.82% (+$113.50)ROI Target (2.5%)
SOL/USDT:USDTLONG 3x$188.40$194.20+3.08% (+$70.70)Trailing SL: $191.10
LIVE FEED[18:54:12] INFO buy signal entered BTC/USDT at $96,420 • ROI +2.8% target armed

Self-Hosted VPS vs Backpulse Cloud Freqtrade

Why algorithmic traders are ditching fragile VPS setups and migrating to managed Freqtrade hosting.

FeatureBackpulse CloudRECOMMENDEDSelf-Hosted VPS + Docker
Setup Time< 60 Seconds (1-Click)2 – 4 Hours (Manual)
Server Setup RequiredZero (No VPS or Linux)Ubuntu VPS + Docker + SSH
FreqUI Web DashboardInstant HTTPS link includedRequires Nginx reverse proxy & SSL
Telegram Trade Alerts1-Click Telegram connectManual BotFather API config
Strategy Upload & TemplatesNFI, ClucH, SMAOffset includedManual git clone & file editing
Auto-Restart on Crash
Static Egress IP for WhitelistingExtra cost / complex static routing
Starting CostFree (Dry-run included)$10 – $25/mo VPS rental

Interactive Freqtrade config.json Generator

Generate and preview production-ready Freqtrade configurations with dynamic pairlists, risk controls, and exchange parameters.

config.json(FUTURES)
{
  "max_open_trades": 5,
  "stake_currency": "USDT",
  "stake_amount": 500,
  "tradable_balance_ratio": 0.99,
  "fiat_display_currency": "USD",
  "dry_run": true,
  "dry_run_wallet": 10000,
  "trading_mode": "futures",
  "margin_mode": "isolated",
  "trailing_stop": true,
  "trailing_stop_positive": 0.01,
  "trailing_stop_positive_offset": 0.02,
  "exchange": {
    "name": "binance",
    "key": "YOUR_ENCRYPTED_API_KEY",
    "secret": "YOUR_ENCRYPTED_API_SECRET",
    "ccxt_config": {
      "enableRateLimit": true
    }
  },
  "pairlists": [
    {
      "method": "VolumePairList",
      "number_assets": 20,
      "sort_key": "quoteVolume",
      "refresh_period": 1800
    }
  ],
  "telegram": {
    "enabled": true,
    "notification_settings": {
      "status": "silent",
      "warning": "on",
      "startup": "on",
      "buy": "on",
      "sell": "on"
    }
  }
}

Freqtrade Telegram Bot Commands Cheat Sheet

Control your running Freqtrade bots remotely from anywhere using official Telegram commands. Click any command to test the live preview.

BP
@Backpulse_Bot
bot · 24/7 cloud runner
/status
18:54
🟢 Freqtrade Bot #1 [NFI-X]
• Status: RUNNING (Uptime: 14d 6h)
• Open Trades: 2 / 5
  1. BTC/USDT (Long 5x): +4.82% (+$113.50)
  2. SOL/USDT (Long 3x): +3.08% (+$70.70)
• 24h Realized: +$184.20 (+4.8%)
• Trailing SL: Dynamic active
18:54
📈 /status
💰 /profit
💳 /balance
📅 /daily
/statusStatus

View real-time bot status, current profit %, and open duration for all active pairs.

/profitProfit

Report cumulative realized P&L, win rate, and performance over daily, weekly, and monthly windows.

/balanceBalance

Check exchange wallet balance, open position margin, and free collateral in real time.

/daily 7Daily 7d

Output a formatted 7-day profit breakdown table showing closed trades and returns.

/countCount

Display current active trade count versus maximum allowed open trades.

/stopStop

Gracefully stop the bot: stops entering new positions while safely managing open trades to exit.

/reload_configReload

Hot-reload strategy parameters and pairlists on the fly without stopping your bot.

/logs 10Logs

Tail the latest N log lines directly inside Telegram for rapid monitoring and diagnostics.

Works with your exchange

Connect the exchange you already trade on — spot or futures.

Binance
Binance
Spot & Futures
Bybit
Bybit
Spot & Perps
OKX
OKX
Spot & Futures
Kraken
Kraken
Spot & Margin
Gate.io
Gate.io
Spot & Perps
KuCoin
KuCoin
Spot & Futures
Bitget
Bitget
Copy & Futures
MEXC
MEXC
Zero Fee Spot
Frequently Asked Questions

Freqtrade bot hosting — FAQ

Everything you need to know about running 24/7 Freqtrade bots in the cloud without a VPS.

Can I run a Freqtrade bot without a VPS?

Yes. Backpulse hosts your Freqtrade bot in the cloud, so you don't need a VPS, Docker or server setup. Sign up, connect an exchange, pick a strategy and launch — the bot runs 24/7 on our infrastructure.

Is Freqtrade bot hosting free?

Yes — start free with dry-run (paper trading) bots to test any strategy risk-free. Live trading is available on paid plans.

Which exchanges are supported?

Binance, Bybit, OKX, Kraken and 30+ exchanges supported by Freqtrade and CCXT, for spot or futures depending on the exchange.

What's the difference between dry-run and live mode?

Dry-run simulates trades with live market data but places no real orders, so you can validate a strategy safely. Live mode places real orders on your connected exchange.

Do I need to know how to code?

No. You can launch existing Freqtrade strategies in a few clicks. If you write your own IStrategy in Python you can run it too — but coding isn't required to start.

Are my exchange API keys secure?

Yes. Keys are encrypted at rest with AES-256-GCM and never stored in plain text. You can restrict keys to trading-only (no withdrawals) on your exchange.

Can I monitor my bot with FreqUI?

Yes. Every bot comes with a built-in FreqUI dashboard showing live P&L, trades and logs from any browser.

Does the bot keep running when I close my browser?

Yes. Bots run in the cloud 24/7, independent of your browser or computer.