This document outlines commonly reserved ports on GNU/Linux-based virtual servers (VPS) used in the jointhefreeworld project and wolk-jjba VPS config. Understanding these is important because:
- They relate to system security.
- Services may require specific ports to function properly.
- When developing services you can be aware which ports are available for use
Custom Ports #
Note that some of the below ports are not always in-use in a production VPS, since some are used exclusively for local development.
💼 indicates production-server ports (always reserved, always in use)
⚙️ indicates dev-only ports (only reserved in dev environment)
port | description |
---|---|
50002 | 💼 Byggsteg |
50009 | 💼 Oculuslambda |
50011 | ⚙️ jointhefreeworld |
50023 | ⚙️ Iter Vitae |
50025 | 💼 Lucidplan |
50050 | 💼 WikiMusic |
50054 | ⚙️ Hygguile |
50065 | ⚙️ Carvoeiro Water Fun |
50074 | ⚙️ Guile Show Hub |
50077 | 💼 Pingwing |
System-Specific Port Usage #
- SSH Server
- we commonly adjust this to 2323
- HTTP/HTTPS Web Servers
- we use the default 80 and 443 and reverse proxy (NGINX) from there