Ejabber Configuration on Amazon for Chat application

倾然丶 夕夏残阳落幕 提交于 2019-12-06 17:14:40

问题


  • Ubuntu
  • Ejabber
  • Amazon (AWS)

Created t2 instance in AWS (Amazon) for congiguring Ejabberd Server . Created custom http and passed 5280 (Ejabber port) in place of 80 and through Ubuntu i tried to install Ejabber and register Admin as user . User registered succesfully.

I used Ejabberdctl command to check Ejabberd status and it showing it running and in the message it showing a private IP which is linked with my AWS ip .

But when same thing like : 36.159.103.47/admin/5280 hit on URL then it shows nothing , no data retrieved .

I want to open Ejabber Web admin page , to check the

  • Access Rule
  • Users
  • etc

Can someone help me out to solve this issue.


回答1:


Finally configured Ejabberd on Amazon . Need to pass custom http rule and always need to whitelist iP address. It was appending any alphanumeric domain : youripaddress:5280/admin (

Username : username@domain password: password)

Solved it .



来源:https://stackoverflow.com/questions/41423506/ejabber-configuration-on-amazon-for-chat-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!