A40 Server Port Allocation
Server: 69.30.85.97 Forwarded Range: 8000-8050 (other ports blocked by datacenter firewall)
Currently Used Ports
| Port | Service | Description |
|---|---|---|
| 5432 | PostgreSQL | Database (internal only, use 8042 for external access) |
| 8000 | LiteLLM | LiteLLM proxy for multi-model access |
| 8001-8005 | vLLM | vLLM inference servers (load balanced) |
| 8042 | PostgreSQL Proxy | nginx TCP proxy to PostgreSQL 5432 |
| 8050 | nginx | HTTP reverse proxy |
Available Ports
8006-8041, 8043-8049 are available for new services.
Access Notes
- SSH: Use
~/.ssh/farpoint_engineering_keywith userfarpoint - External Access: Always use ports in 8000-8050 range for external access
- Internal Only: Port 5432 is only accessible internally on the server
SSH Connection
ssh -i ~/.ssh/farpoint_engineering_key farpoint@69.30.85.97
Port Usage Guidelines
When deploying new services to the A40 server:
- Choose an available port from the 8006-8041 or 8043-8049 range
- Update this document with the new port allocation
- Ensure the service binds to
0.0.0.0to allow external connections - Test connectivity from outside the server to verify firewall rules
Related Documentation
- For vLLM configuration details, see global CLAUDE.md infrastructure section
- For LiteLLM proxy usage, consult the LiteLLM documentation