There are many reasons you would need to launch your bot manually, outlined below:

  1. This is the very first time. Bot has never been online.
  2. Server rebooted, bot went offline.
  3. My bot was online, but had an error, and crashed.

Any of the above items can require the need for you to manually start your bot. There is a program called crontab that you can setup that will auto-start your bot every time it dies.Instructions and information can be found HERE.

If you are starting your bot for the very first time (ever), then you will need to use the First Time Launch instructions below. If this is not the case, then please use the Standard Launch instructions below.

Note : Substitute your configuration file name for egg.config, if you are not using our default configuration file name.

First Time Launch
(First time it's ever been launched)

Telnet into account
cdBot
botegg.config-m

Standard Launch
(Normal re-launch of a bot that's been online before)

Telnet into account
cdBot
botegg.config


Note : Remember, Unix is CaSe SeNsItIvE!