Skip to content

Getting Started

This guide walks you through creating and running your first Telegram bot on TeleBotHost.

1. Open TeleBotHost

Go to the TeleBotHost console.

2. Log In or Sign Up

  • Log in to your existing account, or
  • Create a new account if you are new

After logging in, you will see the dashboard.

3. Create a Telegram Bot

  1. Open Telegram
  2. Search for @BotFather
  3. Send /newbot
  4. Set a bot name and username
  5. Copy the bot token provided

4. Add the Bot on TeleBotHost

  1. Open the TeleBotHost dashboard
  2. Click Add Bot
  3. Paste your bot token
  4. Click Create

Your bot will appear in the bot list.

5. Open the Bot Panel

Click your bot in the dashboard to open its management panel.

From here you can:

  • Add and edit commands
  • Write TBL code
  • Start or stop the bot

6. Start the Bot

Click Launch Bot to start your bot.

Your bot is now online and ready to respond on Telegram.

7. Add Your First Command

  1. Open the Commands section
  2. Add a command such as /start
  3. Save the command

Test it by sending /start to your bot on Telegram.

What's Next