debian:~# ejabberdctl status
RPC failed on the node ejabberd@debian: nodedown
debian:~# ejabberdctl register
RPC failed on the node ejabberd@debian: nodedown
debian:~# hostname -f
debian
debian:~# hostname -s
debian
debian:/var/log/ejabberd# cat ejabberd.log
=ERROR REPORT==== 2006-10-10 16:51:13 ===
** Connection attempt from disallowed node ejabberdctl@debian **
---------------------------
ejabberd 3660 0.4 2.2 25816 11608 pts/1 Sl 16:55 0:01 /usr/lib/erlang/erts-5.5.1/bin/beam -- -root /usr/lib/erlang -progn
ejabberd 3666 0.0 0.2 4336 1396 ? Ss 16:55 0:00 /usr/lib/erlang/lib/ssl-3.0.12/priv/bin/ssl_esock
how can i solve that problem?
How did you installed
How did you installed ejabberd and what ejabberdctl script do you use?
--
sander
apt-get
I´ve installed thru apt-get install ejabberd, I´ve tried to install thru the src and it did not work.
webadmin
Hi, the biggest problem is that I can´t login in the web admin, if I could do that, I wouldn´t even need the ejabberdctl. How do I set the user admin password?
ejabberd.cfg
{acl, admin, {user, "thiago"}}.
{hosts, ["debian"]}.
You can read how to create
You can readhow to create an initial admin in the guide .
--
sander