CollabVM Chatlogs ================= Passive logs of the CollabVM VM "vm0" (https://computernewb.com/collab-vm) -- the busy public "Lunduke Computer" VM. A bot lurks in the room and records chat, joins/leaves, renames, control turns, reset votes, and system notices. It never sends any input; it only watches. Files ----- vm0_YYYY-MM-DD.log One file per (UTC) day. New day = new file. Line format ----------- [2026-08-19 18:14:46] message text chat message [ ... ] * guest123 joined [staff] user joined (rank in []) [ ... ] * guest123 left user left [ ... ] * guest123 -> CoolName user renamed [ ... ] >> turn: CoolName controlling (queue: a,b) control passed [ ... ] !! reset vote: 3 yes / 1 no vote to reset the VM [ ... ] [SYSTEM] ... server announcement [ ... ] -- ... logger meta (connect/retry) All timestamps are UTC. HTML in messages is stripped to plain text. Pull from the dump ------------------ curl -O "ftp://142.4.56.186/public/Junk/Chatlogs/vm0_2026-08-19.log" Run/manage (on the VPS) ----------------------- systemctl {status,restart,stop} collabvm-logger Script: /root/collabvm_logger.py Proxy: /etc/default/collabvm-logger (COLLABVM_PROXY=...) restart after editing