Skip to main content
title: “Quickstart” description: “Get your Discord bot hosted with Cytric.nl in minutes”

Quickstart Guide

Follow these steps to launch your Discord bot on Cytric.nl:

Step 1: Prepare Your Bot

Clone your Discord bot project to your local machine: bash git clone https://github.com/your-username/your-bot.git cd your-bot
Install the required packages for your bot: bash npm install # or pip install -r requirements.txt

Step 2: Deploy to Cytric.nl

Link your GitHub account and select your bot repository in the Cytric Dashboard.
Click “Deploy” in the dashboard to launch your bot. Your bot will be online 24/7!

Step 3: Manage and Monitor

Set your bot token and other secrets in the dashboard for secure management.
View logs, resource usage, and uptime stats from your dashboard.

Next Steps

Explore more features:
Need help? Join our Discord Community or email [email protected].