Search code examples
iosxmppejabberd

Ejabberd server is not showing admin panel


I am developing an iOS chat app by using XMPP. I have successfully installed ejabbered on my MAC with the help of below Tutorial :

"http://shubhank101.github.io/iOSAndroidChaosOverFlow/2016/08/Chat-Application-Using-XMPP-Swift-Tutorial".

But I am unable to access admin panel. Whenever I am trying to hit "http://localhost.com:5280/admin/" found an error "failed to open page" and also it takes lot of time to open. I researched a lot but could not find solution.


Solution

  • You are trying to access http://localhost.com It should be either http://localhost:5280/admin or http://127.0.0.1/admin