i already installed the ejab .. server in a win 2000 server
now i want to admin it with the web interface but i don't know the admin password
what is it ?
also in the intalled directory i can't found the ejabberdctl.exe utility
it works for win or is only a script for unix/linux OS ?
ejabberd_ctl on windows: dirty trick
web admin
You are right, there is no access to that utility on the Windows installer. For now you can try this quick and dirty trick:
As you can see, this method is not perfect.
Another way: ejabberdctl.cmd
You can also get an exact equivalent of the unix ejabberdctl shellscript by creating a .cmd file with the following line:
Note that it would work only if started in the same directory with ejabberd_ctl.beam file and only if erl.exe is available on the %PATH%, so you may want to modify the script to make it location-independent: