Skip to content

Commit 47d71a1

Browse files
committed
Security: Improve table of useful network ports
1 parent 9779a87 commit 47d71a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/admin/guide/security.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Most of them are TCP ports, except the explicitely mentioned ones:
1212
| 5223 | Jabber client connections, using the old SSL method ([ejabberd_c2s](../configuration/listen.md#ejabberd_c2s)) |
1313
| 5269 | Jabber/XMPP incoming server connections ([ejabberd_s2s_in](../configuration/listen.md#ejabberd_s2s_in)) |
1414
| 5280/5443 | HTTP/HTTPS for Web Admin and many more ([ejabberd_http](../configuration/listen.md#ejabberd_http)) |
15+
| 1880 | HTTP for Web Admin in container images, useful for desktop container apps |
1516
| 1883/8883 | MQTT/MQTTS service ([mod_mqtt](../configuration/listen.md#mod_mqtt)) |
16-
| 3478/5349 | STUN+TURN/STUNS+TURNS service ([ejabberd_stun](../configuration/listen.md#ejabberd_stun)) |
17-
| 3478 UDP | ' ' |
18-
| 49152-65535 range UDP | STUN+TURN service ([ejabberd_stun](../configuration/listen.md#ejabberd_stun)), configure with `turn_min_port` and `turn_max_port` |
19-
| 5060/5061 | SIP service ([ejabberd_sip](../configuration/listen.md#ejabberd_sip)) |
17+
| 5478/5349 UDP | STUN+TURN/STUNS+TURNS service ([ejabberd_stun](../configuration/listen.md#ejabberd_stun)) |
18+
| 49152-65535 UDP | STUN+TURN service ([ejabberd_stun](../configuration/listen.md#ejabberd_stun)), configure with `turn_min_port` and `turn_max_port` |
19+
| 5060/5061 | SIP/SIPS service ([ejabberd_sip](../configuration/listen.md#ejabberd_sip)) |
2020
| 7777 | SOCKS5 file transfer proxy ([mod_proxy65](../configuration/modules.md#mod_proxy65)) |
21-
| 4369 | [epmd](#epmd) listens for Erlang node name requests |
21+
| 4369 | [epmd](#epmd) listens for Erlang node name requests |
2222
| random port range | Used by [epmd](#epmd) for connections between Erlang nodes, configure with `inet_dist_listen_min` and `inet_dist_listen_max` |
2323
| 5210 | Erlang connectivity when `ERL_DIST_PORT` is set, alternative to [epmd](#epmd) |
2424

0 commit comments

Comments
 (0)