After you have uploaded your files, follow these steps to configure your bot:
Step 1: Open the Startup Settings
- Access your Game Panel.
- Click on the Startup tab to see the variables shown in the configuration image below (media gallery).
Step 2: Core Configuration
- DOCKER IMAGE: Choose the correct version of .NET (e.g., Dotnet 2.1 or newer) that your bot requires to run.
- PROJECT FILE: If your directory contains multiple projects, specify the main project file here.
- PROJECT LOCATION: Enter the location of your .csproj file. Note that this is the folder path, not the .sln file.
Step 3: File Management
- USER UPLOADED FILES: Toggle this to ON if you manually uploaded your compiled files or source code. This skips the default installation scripts.
Step 4: Git Integration - optional
If you are pulling your bot directly from GitHub:
- GIT REPO ADDRESS: Enter the URL to your repository.
- INSTALL BRANCH: Specify the branch to pull (e.g., main).
- AUTO UPDATE: Enable this to pull the latest changes every time the bot starts.
- GIT USERNAME & ACCESS TOKEN: Use these fields if your repository is private.
Step 5: Launch
- Go back to the Console and click Start. Your bot will install the necessary packages and go online!
Article
Support
Discord Bot - C# (.NET)
How to setup your Discord bot
Jan 23, 2026 12:53
Discord Bot Hosting