ejabberd - Comments for "&amp;quot;epmd: command not found&amp;quot; after Ejabberd installation" https://www.ejabberd.im/node/5748 en We integrated a fix, but in https://www.ejabberd.im/node/5748#comment-65359 <p>We integrated a fix, but in another form. If you want to test, the patch is here:<br /> <noindex><a href="https://github.com/processone/ejabberd/commit/7976d3eb4810420a26b5e556dd19165243999f37" title="https://github.com/processone/ejabberd/commit/7976d3eb4810420a26b5e556dd19165243999f37" rel="nofollow" >https://github.com/processone/ejabberd/commit/7976d3eb4810420a26b5e556dd...</a></noindex></p> Wed, 18 Mar 2015 21:55:00 +0000 mremond comment 65359 at https://www.ejabberd.im The problem is epmd isn't in https://www.ejabberd.im/node/5748#comment-65342 <p>The problem is epmd isn't in the path of the ejabberdctl script.</p> <p>The (quick fix) is at the top of bin/ejabberdctl, add in:</p> <p><code>PATH=$PATH:$(dirname $(readlink -f $0))</code></p> <p>under INSTALLUSER=</p> Mon, 16 Mar 2015 09:48:22 +0000 jonathantullett comment 65342 at https://www.ejabberd.im "epmd: command not found" https://www.ejabberd.im/node/5748#comment-65187 <p>Thanks You Much !!!!!<br /> My Issue has been fixed as per you have above steps mentioned.</p> <p>Thanks<br /> Sushant</p> Mon, 22 Dec 2014 06:10:49 +0000 sushant comment 65187 at https://www.ejabberd.im This is too complex approach https://www.ejabberd.im/node/5748#comment-61167 <p>This is too complex approach and it means you have gone wrong somewhere. Actually, I installed ejabberd on EC2 in about 3 steps following this tutorial: </p> <p><noindex><a href="http://blog.kenweiner.com/2008/05/ejabberd-on-amazon-ec2-ubuntu-ami.html" title="http://blog.kenweiner.com/2008/05/ejabberd-on-amazon-ec2-ubuntu-ami.html" rel="nofollow" >http://blog.kenweiner.com/2008/05/ejabberd-on-amazon-ec2-ubuntu-ami.html</a></noindex></p> <p>All you need is too install ejabberd and open corresponding ports (programmatically or using EC2 web interface).<br /> If you want to run status command, then go to the bin folder and run it like this: </p> <p>/Applications/ejabberd-2.1.13/bin: $ sudo ./ejabberdctl status</p> Mon, 29 Jul 2013 22:03:41 +0000 wzbozon comment 61167 at https://www.ejabberd.im