ejabberd - Comments for "If, at first, you don&amp;#039;t succeed..." https://www.ejabberd.im/node/4596 en three ways https://www.ejabberd.im/node/4596#comment-57165 <div class="quote-msg"> <div class="quote-author"><em>Trunkles</em> wrote:</div> <p>Good idea, thank you! One tiny problem though, ejabberd is running on a server which has no GUI. So gawd knows what I would use as a client! :)</p></div> <p>This will tell you if ejabberd is listenting:<br /> telnet localhost 5222</p> <p>Three ways to connect with a client:</p> <ul> <li>In the server machine use a text jabber client (I don't know touse anyone) </li><li>Or if you connect using SSH, then setup port forwarding and connect from your desktop machine </li><li>Or in your desktop machine, you can start a normal client, set as jabber domain "localhost", and tell the client to connect to machine 1.2.3.4 (or whatever IP address the server has).</li> </ul> Sun, 20 Mar 2011 11:57:59 +0000 mfoss comment 57165 at https://www.ejabberd.im Good idea, thank you! One https://www.ejabberd.im/node/4596#comment-57164 <p>Good idea, thank you! One tiny problem though, ejabberd is running on a server which has no GUI. So gawd knows what I would use as a client! :)</p> Sat, 19 Mar 2011 23:32:32 +0000 Trunkles comment 57164 at https://www.ejabberd.im Another test process: 1. https://www.ejabberd.im/node/4596#comment-57163 <p>Another test process:</p> <p>1. Install ejabberd with all the default values. For instance, keep "localhost" as the domain name.</p> <p>2. If the installer didn't create the first account, then create one using ejabberdctl</p> <p>3. Start a jabber client in the same machine that ejabberd, and try to login. Remember that the jabber server name is "localhost".</p> <p>4. If login fails, does it fail because incorrect password, because can't find the server, or for other reason? Check if ejabberd log files provide any more clue about the problem.</p> <p>4alt. If login works, then edit ejabberd.cfg and make one change. Restart and check all works. Repeat until full satisfaction.</p> Sat, 19 Mar 2011 22:48:15 +0000 mfoss comment 57163 at https://www.ejabberd.im