๐ Dashboard
๐ฆ OpenClaw
๐ณ Containers
๐ค AI Terminal
๐ File Manager
๐ข Diagnostics
Containers
Loading...
SSL Certs
35
Let's Encrypt
Websites Live
7
HTTP 200
Telegram Bots
Active
RAM Used
of 47GB
Disk Used
of 484GB
LLM Models
13
nexus-code, oracle, prime +10
OpenClaw
ON
@Nexuskraken_bot
๐ฅ๏ธ N8N VPS โ 89.117.22.242 (Primary)
โ๏ธ Core Services
Manage in Portainer โ
๐ฆ OpenClaw VPS โ 66.94.124.143 (US West)
IP
66.94.124.143
Gateway
Running
Telegram
@Nexuskraken_bot
dmScope
per-peer
๐ Domain Network โ All HTTPS
| Domain | Purpose | SSL | Status |
|---|---|---|---|
| nexusgrouplabs.com | Corporate HQ | Valid | 200 |
| nexusgrouplabs.store | E-Commerce | Valid | 200 |
| creativeora.com | Creative Services | Valid | 200 |
| nexusorbit.cloud | Cloud Platform | Valid | 200 |
| nexusechat.online | Chat Platform | Valid | 200 |
| nexplex.space | Tech Brand | Valid | 200 |
| glowingorb.org | Climate Tech | Valid | 200 |
| cmd.nexusgrouplabs.com | Command Center | Valid | 200 |
๐ Resource Usage โ Live
Updating...RAM...
Disk...
OpenClaw Gateway โ @Nexuskraken_bot
AI agent gateway via Telegram ยท VPS: 66.94.124.143 ยท Service: openclaw-gateway.service
Bot Handle
@Nexuskraken_bot
Gateway Port
18789 (loopback)
Version
2026.4.24
dmScope
per-peer
Channel
Telegram โ
Auth Mode
token
Tools Profile
coding
VPS IP
66.94.124.143
โ
Whitelisted Telegram IDs (allowFrom)
4 IDs Active
8603899998Primary userWhitelisted
8106417066User 2Whitelisted
8711677850User 3Whitelisted
8107270093User 4Whitelisted
Config file:
dmScope:
To add a new ID: Edit the allowFrom file and restart the gateway
/root/.openclaw/credentials/telegram-default-allowFrom.jsondmScope:
per-peer โ Each whitelisted user gets their own session contextTo add a new ID: Edit the allowFrom file and restart the gateway
โ๏ธ OpenClaw Configuration
| Setting | Value | Notes |
|---|---|---|
| Gateway Mode | local | Runs on VPS, loopback only |
| Gateway Port | 18789 | Loopback only (secure) |
| Telegram Bot Token | 8739502751:AAHuโฆCJMM | @Nexuskraken_bot |
| dmScope | per-peer | Each user gets own session |
| Tools Profile | coding | Code-focused tool set |
| Workspace | /root/.openclaw/workspace | Agent workspace root |
| Tailscale | off | Not using Tailscale |
| Service | enabled + running | Auto-starts on reboot |
๐ How to Pair a New Telegram Account
๐ฑ Pairing Steps
1
Open Telegram and message @Nexuskraken_bot
2
The bot will send you a pairing code (e.g.
XXXXXXXX)3
SSH into OpenClaw VPS and run: openclaw pairing approve telegram YOURCODE
4
Or list pending requests: openclaw pairing list telegram
5
To add a Telegram ID to whitelist: nano /root/.openclaw/credentials/telegram-default-allowFrom.json
6
Restart gateway after changes: systemctl --user restart openclaw-gateway.service
๐ OpenClaw Workspace Files
| File | Path | Purpose |
|---|---|---|
| SOUL.md | /root/.openclaw/workspace/SOUL.md | Agent core identity |
| USER.md | /root/.openclaw/workspace/USER.md | User profile (fill in) |
| IDENTITY.md | /root/.openclaw/workspace/IDENTITY.md | Agent identity (fill in) |
| TOOLS.md | /root/.openclaw/workspace/TOOLS.md | Available tools |
| AGENTS.md | /root/.openclaw/workspace/AGENTS.md | Agent directory |
| openclaw.json | /root/.openclaw/openclaw.json | Main config |
| allowFrom.json | /root/.openclaw/credentials/telegram-default-allowFrom.json | Telegram whitelist |
๐ณ Docker Containers โ Live Status
Loading containers...
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ NEXUS AI TERMINAL v3 โ Ollama + OpenAI + Gemini โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
VPS: 89.117.22.242 | API Proxy: port 8100 | Ollama: port 11434
Models: llama3.2:1B ยท llama3.2:3B ยท nexus-code ยท nexus-oracle ยท nexus-prime ยท nexus-insight ยท mistral:7B ยท qwen2.5:7B ยท GPT-4.1-mini ยท Gemini 2.5 Flash
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Type a prompt and press Enter or click Send.
๐ค Upload & View Files
DOCX, PDF, MD, TXT, JSON, PY, JS, ZIP supported
Click to upload or drag and drop files here
DOCX โข PDF โข MD โข TXT โข JSON โข PY โข JS โข ZIP โข PNG โข JPG
๐ Document Viewer / Editor
Drop a file above to view its contents here...
๐๏ธ VPS Quick Paths
๐ด Issues, Fixes & Guides
Plausible Analytics โ FIXED
Container: plausible-plausible-1 | Status: running
FIXED
Root cause: plausible_db (PostgreSQL) container had been removed from the Docker network. Fixed by running docker compose down && docker compose up -d from /opt/nexuslabs/plausible. All 3 containers (plausible, plausible_db, plausible_events_db) are now healthy.
๐ง Fix Steps:
1
Edit env: nano /opt/nexuslabs/plausible/.env
2
Ensure: BASE_URL=https://analytics.nexusgrouplabs.com
3
Restart: docker compose restart plausible
Mysterium Node โ FIXED
Container: mysterium | Status: running
FIXED
Root cause: Container was running without required arguments (service --agreed-terms-and-conditions). Fixed by recreating the container with correct args, NET_ADMIN cap, and host networking. Container is now up and stable.
๐ง Fix Steps:
1
Check logs: docker logs mysterium --tail 30
2
Force restart: docker restart mysterium
3
If persistent: rebuild mysterium
Docker Caddy โ RESOLVED
Root cause: Docker bridge network had no DNS access
FIXED
Caddy now runs on the host OS (not in Docker), eliminating all DNS/network issues. 35 SSL certs issued via Let's Encrypt.
โ
Current Setup:
1
Caddy v2.11.2 on Ubuntu 24.04 host
2
35 SSL certs โ all domains HTTPS
3
Check: systemctl status caddy
Bot Offline โ Recovery Guide
Generic guide for any Telegram bot going offline
GUIDE
If any Telegram bot stops responding, follow these steps. Most failures are: container crash, API token conflict, or Python import errors.
๐ง Recovery Steps:
1
Check logs: docker logs [BOT_NAME] --tail 20
2
Restart: docker restart [BOT_NAME]
3
Syntax check: syntax check
4
Nuclear: rebuild
OpenClaw โ Telegram Pairing Guide
@Nexuskraken_bot on 66.94.124.143
CONFIGURED
OpenClaw gateway is running. 4 Telegram IDs are whitelisted. dmScope is set to per-peer. If a user can't connect, check allowFrom file and restart gateway.
๐ง OpenClaw Fix Steps:
1
Check status: openclaw status
2
Check allowFrom: cat allowFrom.json
3
List pending pairings: openclaw pairing list telegram
4
Approve pairing: openclaw pairing approve telegram CODE
5
Restart gateway: restart gateway
SSL Certificate Not Issuing
Caddy ACME challenge failure
GUIDE
If SSL cert is not issuing, the domain's A record must point to 89.117.22.242 before Caddy can complete the HTTP-01 ACME challenge.
๐ง SSL Fix Steps:
1
Verify DNS: dig +short [DOMAIN] A โ must return 89.117.22.242
2
Check Caddy logs: journalctl -u caddy -n 50
3
Force renewal: systemctl reload caddy