Skip to content

Commit

Permalink
Merge pull request #46 from NethServer/fixAdminUrl
Browse files Browse the repository at this point in the history
Fix the Url of ejabberd admin page NethServer/dev#6787
  • Loading branch information
stephdl authored Dec 6, 2023
2 parents 4fc66d8 + 7eaf52c commit 1ad47cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ejabberd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ How to configure:
The Ejabberd administrators are allowed to use the web admin page on port 5280. The ejabberd Web Admin allows to administer some parts of ejabberd using a web browser:
accounts, Shared Roster Groups, manage the Mnesia database, create and restore backups, view server statistics, …

The administration page is available at `http://127.0.0.1:5280`. To reach it a HTTP route can be created manually, following the procedure described in :ref:`traefik-section`.
The administration page is available at `https://IP_OR_FQDN:5280/admin`.

Under the Advanced options section, the administrator can also configure:

Expand Down

0 comments on commit 1ad47cb

Please sign in to comment.