Discord Bot Dashboard logo

Discord Bot Dashboard

  •  0 ratings
In category: Self-hosting Solutions

About Discord Bot Dashboard

A self-hosted platform to manage Discord bots and Node.js applications.

  •   599  
  •   0  
  •   0  
  •   0  
Github stats:
  •  Commits: N/A  
  •   N/A  
  •   N/A  
  •  Latest commit: N/A  

Deploy this app to Linode with a free $100 credit!

Languages/Platforms/Technologies:
Lincenses:

  Depends on a proprietary service outside the user's control

More about Discord Bot Dashboard

Discord Bot Panel - DBP

Image

What's New?

  • New & Better UI
  • New stat charts & graphs
  • Web-based terminal/shell added
  • Updated .env, new setting options added
  • License changed from CC-BY-4.0 to MIT

Installation

Standard Installation

## Install PM2 Globally
npm i pm2 -g
## Install forever Globally
npm i forever -g
## Download Code
git clone https://github.com/jareer12/DiscordBotPanel.git
## Open the folder
cd DiscordBotPanel
## Install Required Modules
npm install
### Rename .env
mv .env.example .env

Docker Compose

## Clone this repository
git clone https://github.com/jareer12/DiscordBotPanel.git

## Rename .env - Change everything to your liking except PORT
mv .env.example .env

Demo

https://server.jubot.site/

Username: admin
Password: admin

Env config

Once installation is done, you can change the .env.example file name to .env and configure it to your liking.

Login System

By default the login system is disabled but you can enable it by changing LOGIN_REQUIRED=false to LOGIN_REQUIRED=true in your .env file. Credentials can be set from the env too.

Final Setup

Once the installation and configuration is complete we can start our panel and run it. We'll be using forever to run the panel, the reason we'll use forever is that it can prevent downtime, so in case our panel runs into and error that it can not handle(which it most likely will), forever will re-start the panel by itself, preventing downtime.

Standard (non-docker)

## Open the folder
cd DiscordBotPanel
## Run the panel
forever start index.js
## This can also be used but is not recommended
cd DiscordBotPanel && node .

Docker Compose

docker compose up -d

Nginx Config

server  {
    listen 80;
    server_name    server.jubot.site; ## Your Server

    location / {
        proxy_pass         http://localhost:2278; ### Replace "2278" With Your Port(If You Changed).
        proxy_http_version 1.1;
        proxy_set_header   Upgrade $http_upgrade;
        proxy_set_header   Connection "upgrade";
        proxy_set_header   Host $host;
    }
}

Comments (0)

Please login to join the discussion on this project.

Discord Bot Dashboard Reviews (0)

Overall Rating

None

based on 0 ratings

Please login to review this project.

No reviews for this project yet.

↑ back to top

Linux VPS from $11/yr.
RackNerd VPS for $11.38/mo

Popular Projects

FluxBB

in Social Networks and Forums
 31k    0    0    0  

Nextcloud

in File Transfer & Synchronization
 18k    1    1    0  

Libreddit

in Social Networks and Forums
 5k    0    1    0  

CasaOS

in Self-hosting Solutions
 5k    0    0    0  

Audiobookshelf

in Audio Streaming
 4k    0    1    0  

Mediagoblin

in Photo and Video Galleries
 4k    0    0    0  

Dashboard

in Personal Dashboards
 3k    0    0    0  

Most Discussed

Nextcloud

in File Transfer & Synchronization
 18k    1    1    0  

Tube Archivist

in Automation
 3k    0    1    0  

OneDev

in Project Management
 2k    0    0    0  

iodine

in Proxy
 2k    0    0    0  

Alf.io

in Booking and Scheduling
 2k    0    0    0  

sysPass

in Password Managers
 884    0    0    0  

Misskey

in Social Networks and Forums
 2k    0    0    0  
pCloud Lifetime

Top Rated Projects

Gitea

 1 rating
in Project Management

Bagisto

 1 rating
in E-commerce

LinkAce

 1 rating
in Bookmarks and Link Sharing

Pydio

 1 rating
in File Transfer & Synchronization

Audiobookshelf

 1 rating
in Audio Streaming

Nextcloud

 1 rating
in File Transfer & Synchronization

Seafile

 1 rating
in File Transfer & Synchronization

Categories

You May Also Be Interested In

Syncloud logo
Syncloud cover

Syncloud

Your own online file storage, social network or email serve…

DietPi logo
DietPi cover

DietPi

Minimal Debian OS optimized for single-board computers, whi…

HomelabOS logo
HomelabOS cover

HomelabOS

Your very own offline-first privacy-centric open-source dat…