Your trading bot's command center. Zero setup, full visibility.
Monitor · Analyze · Optimize
1
Run the dashboard on your server
SSH into your server and start the dashboard in headless mode:
cd ~/polymarket-bot/src && python3 dashboard.py --headless
Copy
2
Make your dashboard public with ngrok
ngrok creates a secure public URL for your dashboard — no firewall or port forwarding needed.
a
Create a free ngrok account
Go to dashboard.ngrok.com/signup and sign up.
You can use Google, GitHub, or email + password — whichever is easiest.
b
Copy your authtoken
After signing up, you'll land on the ngrok dashboard.
Click "Your Authtoken" in the left sidebar (or go to this page).
Click the copy button next to the long token string.
Paste it here so you don't lose it:
Paste your authtoken here to keep it safe while you copy commands
c
Install ngrok on your server
Run this command in your server's terminal:
Connect your authtoken
This command is auto-filled with the token you pasted above:
ngrok config add-authtoken YOUR_TOKEN
Copy
e
Start the tunnel
This gives you a public URL that connects to your dashboard:
ngrok http 8050
Copy
f
Copy the Forwarding URL
ngrok will show something like: Forwarding https://abc123.ngrok-free.app -> http://localhost:8050
Copy the https://...ngrok-free.app part and paste it below.
3
Connect your bot
Paste the full URL from ngrok (e.g. https://abc123.ngrok-free.app) or a direct IP:port.
Saved Servers
↻Connection lost — reconnecting...
BW
BotWarden
Next Cycle--:--:--
--:--:--
Paper
--
FREE
Strategy Breakdown
Equity Curve--
Position Map
No open positions
Outcomes
Last Cycle
Awaiting cycle
City Breakdown
No city data
Daily P&L
Sports Tracker--
No sports data yet
System Log--
Trade Note
Upgrade BotWarden
Zero setup complexity. Just run one command and paste a URL.
Pay with
Refer & Earn
Share your code. For every 5 friends who subscribe, you get 1 free month.
--
0 / 5 referrals
Admin Panel
Promo codes, subscriptions, and revenue tracking
Settings
Subscription
Current PlanFREE
Expires—
Payment Token—
Auto-Renew Monthly
Dashboard Layout (Pro & Team only)
Alerts (Pro & Team only)
Shared Dashboard (Team only)
Share a read-only link to your dashboard with teammates.
Team Members (Team only)
Add wallet addresses to grant dashboard access.
API Access (Team only)
Use these endpoints to integrate BotWarden data into your own tools.
GET/api/statsBankroll, P&L, win rate, risk limits
GET/api/trades?limit=60Trade history
GET/api/openOpen positions
GET/api/performance?limit=300Equity curve data points