ejabberd - Comments for "Registered users, logfiles and some other questions" https://www.ejabberd.im/node/159 en I am also havin this https://www.ejabberd.im/node/159#comment-347 <p>I start ejabberd with:</p> <p>erl -pa /var/lib/ejabberd/ebin -sname ejabberd -s ejabberd -ejabberd config \"/etc/ejabberd/ejabberd.cfg\"</p> <p>...and get some progress reports in the shell ending with:</p> <p>application: ejabberd<br /> started at: ejabberd@USBOU1-DADAUGHT2 (that is the hostname...)</p> <p>when I then try to use ejabberdctl I type the command:</p> <p>ejabberdctl ejabberd@USBOU1-DADAUGHT2 status (or any other argument like register...) and I get this error:</p> <p>Cant get node ejabberd@USBOU1-DADAUGHT2 status: nodedown. </p> <p>What can I do to rectify this issue?</p> Thu, 14 Apr 2005 16:02:33 +0000 adaughterson comment 347 at https://www.ejabberd.im config https://www.ejabberd.im/node/159#comment-321 <p>To turn off the auto-register functionality check ejabber.cfg for the mod_register section. You can prevent registrations of certain usernames, but I'm not sure if there is any ability to manually "vet" them.</p> <p>As for the FQDN problem, how did you start ejabberd? Did you use:-</p> <p><code>erl -pa /var/lib/ejabberd/ebin -name ejabberd -s ejabberd</code></p> <p>As I believe that would be the correct way to do it if your hostname is externally resolvable.</p> Sat, 09 Apr 2005 22:37:59 +0000 horlix comment 321 at https://www.ejabberd.im