VPS Machine Specs

104.194.156.109  ·  ubuntu-Frankfurt-2gb  ·  CoreyAI C-Stack
LIVE DATA
Pulled: 2026-03-25 21:46 UTC
Uptime: 10 days, 2:47
DISK CRITICAL: 99% full — /dev/vda1 has only 1.1GB free of 58GB. Cleanup needed NOW.
RAM TIGHT: 1.8GB used of 1.9GB. Heavy swap usage: 3.1GB of 4GB swap in use. Load average: 2.71 / 2.91 / 2.98.
🖥

Machine

Hostnameubuntu-Frankfurt-2gb
TypeKVM VPS (full virt)
HypervisorKVM / pc-q35-7.2
ProviderRouterHosting LLC
DatacenterFrankfurt, Germany
ASNAS14956
rDNS109.156.194.104.static.cloudzy.com
🐧

Operating System

OSUbuntu 24.04.4 LTS
CodenameNoble Numbat
Kernel6.8.0-106-generic
Archx86_64
Kernel Date2026-03-06
Uptime10 days, 2h 47m
Users online4
🌐

Network

Public IPv4104.194.156.109
Public IPv62602:fa59:8:76a::1
Subnet104.194.156.109/22
Docker Bridge172.17.0.1/16
Tailscale100.122.99.34
MAC (eth0)52:54:00:23:5e:43
SSH Port22

CPU

ModelAMD EPYC Processor (with IBPB)
Sockets1
Cores1
Threads1
Clock2.0 GHz
Archx86_64
Load Avg (1m) 2.71 — HIGH
Load Avg (5m) 2.91
Load Avg (15m) 2.98
🧠

Memory

Total RAM1.9 GB (2015 MB)
Used RAM1.8 GB
Free RAM87 MB
Available104 MB
Buff/Cache178 MB
Swap Total4.0 GB
Swap Used3.1 GB (77%)
RAM Used 95%
Swap Used 77%
💾

Disk Storage

99%
Root Disk Used
57G
of 58G Used
1.1G
Free Space
/dev/vda1 (root) 99% — CRITICAL
Block Device/dev/vda (60G total, virtio disk)
Root Partition/dev/vda1 — 59G, ext4 → /
Boot/dev/vda16 — 913M (15% used)
EFI/dev/vda15 — 106M (6% used)
Total Files67,477 files under /root
/root/zynthio23 GB
/root/coreyai-pages5.1 GB
/root/music1.9 GB
/root/coreintent525 MB
/root/scripts214 MB
/root/backups160 MB
/root/sites35 MB
/root/logs15 MB
/root/rabbit12 MB
/root/claude-agent9.8 MB

Active Services

nginx active
fail2ban active
coreintent (PM2) online · 2h
openclaw-gateway :18790
cloudflared tunnel active
mysql :3306
sshd :22
tailscale 100.122.99.34
hbbs / hbbr RustDesk :21115-19
ttyd :7681 / :7682
python3 (x4) :5000 :3001 :18788 :18791
node_exporter :19190
🔌

Open Ports

Port Service Type
22sshdSSH
80nginxHTTP
443nginxHTTPS
3000next-server (coreintent)Node
3001python3API
3360node (commander)Node
5000python3 (LibreTranslate)TLS local
7681-7683ttyd / nodeWebTTY
18790openclaw-gatewayGateway
18788-18793openclaw + python3Internal
21115-21119hbbs / hbbrRustDesk
🔑

SSH Access

Userroot
Host104.194.156.109
Port22
AuthPassword (PubkeyAuthentication disabled)
sshpass -p '9Nx9Aofn82QiTz' ssh -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o PubkeyAuthentication=no root@104.194.156.109 # SCP to VPS: sshpass -p '9Nx9Aofn82QiTz' scp -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o PubkeyAuthentication=no /path/to/file root@104.194.156.109:/root/zynthio/ # Remote command: sshpass -p '9Nx9Aofn82QiTz' ssh -o ConnectTimeout=10 -o StrictHostKeyChecking=no -o PubkeyAuthentication=no root@104.194.156.109 "COMMAND"
📊

PM2 Processes

ID Name Mode PID Uptime Restarts Status CPU Memory
0 coreintent fork 2068230 2h 449 online 0% 15.9 MB
🛠

Quick Ops Commands

Health Check
df -h && free -h && uptime && pm2 list
Disk Cleanup — Find Big Files
du -sh /root/* | sort -hr | head -20 find /root -name "*.mp4" -size +100M | head -20
nginx reload
nginx -t && systemctl reload nginx
PM2 restart
pm2 restart coreintent && pm2 save