Settings
Inspect server ports and find which WebSocket ports are available to your devices.
This server
Bound port (PORT)
…
WS TCP port
disabled
Port Configuration
Configure WebSocket ports for your IoT devices
Active Ports
ws://biorganize.xyz:3000 - Local/internal devices
wss://biorganize.xyz:9000 - External/production devices
Or copy & paste this command directly into your DigitalOcean droplet SSH terminal:
curl -fsSL https://raw.githubusercontent.com/cyberalphatech/v0-websocket-iot-protocol/main/scripts/setup-digitalocean.sh | bash -s -- --domain biorganize.xyz --email admin@biorganize.xyz PORT_NON-TLS=3000 PORT_TLS=9000Port watch — incoming connections
Real-time feed of every WebSocket connection hitting this server — opens, inbound frames, device registrations, and disconnects. Point a device or the simulator at /ws and watch it appear here.
Connecting to live feed…
Showing the most recent 500 entries. The feed uses the same Server-Sent Events channel as the dashboard.
Find available WebSocket ports
Probes each port on the target host with a TCP connection. "Open" means the port is reachable and accepting connections — a candidate for device WebSocket traffic.
Note: External sites can only reach ports 80, 443, or custom TCP proxies. Port 3000 is only for local connections.
Tip: Port 3000 is internal only. Use 443 for production (TLS) or 8080 for plain WebSocket via Railway TCP proxy.