← Chat Archive

Share:
Port 25808 Not Listening Diagnosis
2026-05-08T14:08:57 6 messages 324537eb-4313-4e4e-a...
USER (hermes, deepseek-v4-pro)
can you heck why http://144.217.12.244:25808/#/login is not wporkinh
2026-05-08T14:12:42
ASSISTANT (hermes, deepseek-v4-pro)
Here's what I found: **Port 25808 is NOT listening on the VPS.** Nothing is running on it — no process, no systemd service, no nginx proxy. There are zero references to port 25808 anywhere on the system. All currently listening ports: | Port | Service | |------|---------| | 22 | SSH | | 80/443 | nginx | | 9999 | Strategy Kill Switch Web Panel | | 5050 | OpenAlgo Backend | | 8642 | Python (notebook/server) | | 8643 | Claude Code API Wrapper | | 8765-8767 | OpenAlgo broker instances | **Likely the port you want is 9999**, not 25808. The Strategy Control Panel (which has a `/login` page) is running on port 9999 and is active — it last served a request at 2:11 PM today. Try: `http://144.217.12.244:9999` Is it the Strategy Control panel you're trying to reach, or is 25808 supposed to be something else entirely?
2026-05-08T14:12:42
USER (hermes, deepseek-v4-pro)
this is where i access aionui for web
2026-05-08T14:14:19
ASSISTANT (hermes, deepseek-v4-pro)
Found it. **AionUI is dead** — it was killed at 1:56 PM today (about 17 minutes ago) and hasn't been running since. That's why port 25808 isn't listening. Let me start it back up:
2026-05-08T14:14:19
ASSISTANT (hermes, deepseek-v4-pro)
AionUI is back up and running. Let me verify the port is listening now:
2026-05-08T14:14:19
ASSISTANT (hermes, deepseek-v4-pro)
Fixed. Here's the summary: **Problem:** The `aionui.service` was dead — it had been killed (SIGTERM) at 1:56 PM today and never restarted. Port 25808 wasn't listening. **Action taken:** Started the service back up with `sudo systemctl start aionui`. **Status now:** - AionUI: **active (running)**, PID 157167 - Port 25808: **listening** on 0.0.0.0 - HTTP check: **200 OK** You should be able to access it now at: `http://144.217.12.244:25808`
2026-05-08T14:14:19