You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/guide/security.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,13 @@ Most of them are TCP ports, except the explicitely mentioned ones:
12
12
| 5223 | Jabber client connections, using the old SSL method ([ejabberd_c2s](../configuration/listen.md#ejabberd_c2s)) |
13
13
| 5269 | Jabber/XMPP incoming server connections ([ejabberd_s2s_in](../configuration/listen.md#ejabberd_s2s_in)) |
14
14
| 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 |
15
16
| 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)) |
20
20
| 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 |
22
22
| random port range | Used by [epmd](#epmd) for connections between Erlang nodes, configure with `inet_dist_listen_min` and `inet_dist_listen_max`|
23
23
| 5210 | Erlang connectivity when `ERL_DIST_PORT` is set, alternative to [epmd](#epmd)|
0 commit comments