I'm a new RabbitMQ user trying to install RabbitMQ on an EC2 instance in Ubuntu. &nbsp;I've followed the Debian/Ubuntu install instructions and the application seems to install in the expected /var/lib/rabbitmq and /etc/rabbitmq locations however there is nothing added to /etc/init.d as I think is expected.<div><br></div><div>My problem comes in trying to start the service. &nbsp;Using the command</div><div><br></div><div>&gt;&nbsp;sudo rabbitmqctl start_app</div><div><br></div><div>I get the following output:</div><div><br></div><div>========= OUTPUT =======================</div><div><div>Starting node 'rabbit@domU-12-31-39-0E-B9-35' ...</div><div>Error: unable to connect to node 'rabbit@domU-12-31-39-0E-B9-35': nodedown</div><div><br></div><div>DIAGNOSTICS</div><div>===========</div><div><br></div><div>nodes in question: ['rabbit@domU-12-31-39-0E-B9-35']</div><div><br></div><div>hosts, their running nodes and ports:</div><div>- domU-12-31-39-0E-B9-35: [{rabbitmqctl23773,49314}]</div><div><br></div><div>current node details:</div><div>- node name: 'rabbitmqctl23773@domU-12-31-39-0E-B9-35'</div><div>- home dir: /var/lib/rabbitmq</div><div>- cookie hash: TTgDEq/ip10RejnAnWGTAA==</div></div><div><br></div><div>========== END OUTPUT ==============================</div><div><br></div><div><br></div><div>Some additional details that may help.</div><div><br></div><div>* This is all under the default config, no additional config changes have been added.</div><div>* when I compare the cookie hash in the output above with /var/lib/rabbitmq/.erlang.cookies I see they are different</div><div>* No files at all appear in the /var/log/rabbitmq directory</div><div><br></div><div>The cookie mismatch and fact that no log files are being generated make me expect it's a user/permission issue but I'm not sure what I need to change. &nbsp;The install was done under sudo apt-get as is the execution of rabbitmqctl</div><div><br></div><div>I appologize for my newness but would appreciate any insight.</div>