QNI Chat Server
Realtime chat backend for your Laravel app.
This host runs the API, database-backed chat rooms, and Laravel Reverb so your main application can stay on hosting that does not allow websocket services.
API: live
Reverb: live
DB: connected
HTTPS: enabled
Users connected
0
Distinct users with a recent heartbeat
Active sessions
0
Live heartbeat sessions
Messages sent
18
Stored in chat_messages
Messages today
18
Created since midnight
Chat rooms
38
38 active
Files sent
0
From payload attachment metadata
Last activity
1 hour ago
Most recent stored message
API endpoints
/api/v1/healthhealth check
/api/v1/chat-roomsrooms
/api/v1/chat-rooms/{chatRoom}/messagesmessages
/api/v1/presence/heartbeatexact active user tracking
Notes
Connected users are based on recent heartbeats, not guesses
Files sent is read from payload metadata
Dashboard refreshes from cached DB stats every 15 seconds
Server load, memory, disk, uptime, and process status are read from the VM itself
API latency is measured with a local health check request