bundlewrap/PORT_MAP.md

57 lines
2.6 KiB
Markdown
Raw Normal View History

2020-09-20 08:16:22 +00:00
# Port Mapping Table
All the ports which are used by bundles. Collected here to be able to
easily find available ports for other bundles.
## TCP
2020-09-20 08:29:19 +00:00
Rule of thumb: keep ports below 10000 free for stuff that reserves ports.
2020-09-20 08:16:22 +00:00
| Port | bundle | usage |
| ----------- | -------------------- | ----- |
2021-10-31 08:43:42 +00:00
| 22 | openssh | sshd |
2020-11-08 14:59:51 +00:00
| 25 | postfix | postfix postscreen |
2020-10-17 11:14:10 +00:00
| 53 | powerdns | dns server |
2020-09-20 08:16:22 +00:00
| 80 | nginx | http |
2021-10-31 08:43:42 +00:00
| 113 | oidentd | oidentd |
2020-11-08 14:59:51 +00:00
| 143 | dovecot | dovecot imap |
2020-09-20 08:16:22 +00:00
| 443 | nginx | https |
2020-11-08 14:59:51 +00:00
| 587 | postfix | postfix submission |
| 993 | dovecot | dovecot imap |
| 2525 | postfix | postfix postscreen |
2020-11-08 14:59:51 +00:00
| 4190 | dovecot | dovecot managesieve |
| 5232 | radicale | radicale |
2020-09-20 08:16:22 +00:00
| 5432 | postgresql | postgres |
| 5900 | vmhost | qemu-system-x86 |
2021-10-31 08:43:42 +00:00
| 6379 | redis | redis |
2020-09-20 08:16:22 +00:00
| 6667 | | bitlbee |
| 8086 | influxdb2 | influx |
2020-11-08 14:59:51 +00:00
| 11332-11334 | rspamd | rspamd |
2020-09-20 08:16:22 +00:00
| 20000 | mx-puppet-discord | Bridge |
2020-09-20 08:29:19 +00:00
| 20010 | mautrix-telegram | Bridge |
2020-12-31 11:18:34 +00:00
| 20020 | mautrix-whatsapp | Bridge |
| 20030 | matrix-dimension | Matrix Integrations Manager|
2020-09-20 08:29:19 +00:00
| 20080 | matrix-synapse | client, federation |
| 20081 | matrix-synapse | prometheus metrics |
| 20090 | matrix-media-repo | media_repo |
| 20090 | matrix-media-repo | prometheus metrics |
| 21000 | pleroma | pleroma |
| 21010 | grafana | grafana |
2020-09-20 08:29:19 +00:00
| 22000 | gitea | gitea |
| 22010 | jenkins-ci | Jenkins CI |
| 22020 | travelynx | Travelynx Web |
2020-09-20 13:12:40 +00:00
| 22030 | octoprint | OctoPrint Web Interface |
2020-10-18 13:48:50 +00:00
| 22040 | miniflux | Miniflux Web Interface |
2020-10-23 13:22:35 +00:00
| 22050 | radicale | radicale carddav and caldav server |
| 22060 | pretalx | gunicorn |
2021-05-23 15:41:19 +00:00
| 22070 | paperless-ng | gunicorn |
2021-08-17 16:02:15 +00:00
| 22080 | netbox | gunicorn |
| 22090 | openhab | http |
2022-10-19 13:24:39 +00:00
| 22091 | ntfy | http |
2020-11-10 09:57:04 +00:00
| 22999 | nginx | stub_status |
2020-09-20 08:16:22 +00:00
## UDP
| Port | bundle | usage |
| ----------- | -------------------- | ----- |
2020-10-17 11:14:10 +00:00
| 53 | powerdns | dns server |
2020-09-20 08:16:22 +00:00
| 15000-15100 | voc-loudness-monitor | ffmpeg processes outputting rtp streams |