Could not find .ERLANG.COOKIE file

Hi

I am new to ejabberd, i am trying to install it so that i can utilise clustering provided by it.
I have searched my whole computer but .erlang.cookie file is not created in my computer.
Any clues how to start with clustering.

I have following configuration:
windows XP
ejabberd-1.1.3_1-windows-installer.exe

You can tell the

On Linux it is created on the home directory of the user that runs it. Maybe on Windows it is the same. Please note that Windows may hide the file because its name starts with a dot: .erlang.cookie

If it is not created, you can still tell the cookie directly when ejabberd is started. Modify the script that starts ejabberd and add an option like: -setcookie MYCOOKIE464646WHAT

You can put any cookie you want. Make sure only you know the content, and put the same cookie on all the nodes of the cluster.

Syndicate content