ejabberd - Comments for "ejabberd.yml configuration" https://www.ejabberd.im/forum/28718/ejabberdyml-configuration en > I want user name should be https://www.ejabberd.im/forum/28718/ejabberdyml-configuration#comment-67405 <p>&gt; I want user name should be admin@1.1.1.1 so please help me to configure the ejabberd server so that it can accept request from all network domain.</p> <p>1. Configure this:</p> <pre> hosts: - "1.1.1.1" </pre><p> Make sure that Jabber clients in other machines know that 1.1.1.1 is the IP address of the machine where you have ejabberd installed. Otherwise, instead of "1.1.1.1", you must put the real IP address, or the machine network name. </p> <p>2. Grant admin rights to an account</p> <pre> acl: admin: user: - "admin@1.1.1.1" </pre><p> 3. Create that account:</p> <pre> ./ejabberdctl register admin 1.1.1.1 123456 </pre><p> 4. Now you can login to that account with a Jabber client. And WebAdmin must show all the admin pages</p> Fri, 07 Apr 2017 09:37:32 +0000 badlop comment 67405 at https://www.ejabberd.im