Dashboard Setup
Place this code into the theme config and change the key to your own SECURE string.Bot Setup
Install the NPM package on your Sharding ManagerImage

Props
Object
required
Object
required
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Soft-UI has a shards page built-in so if you use sharding you can publicly display statistics!
shardspage: {
enabled: true,
key: "place your key here!",
},
npm install @dbd-soft-ui/shards
yarn add @dbd-soft-ui/shards
pnpm add @dbd-soft-ui/shards
bun add @dbd-soft-ui/shards
const DSU = require("@dbd-soft-ui/shards");
DSU.register(manager, {
dashboard_url: "your domain",
key: "your key",
interval: 15,
});
const DSU = require("@dbd-soft-ui/shards");
DSU.register(manager, {
dashboard_url: String,
key: String,
interval: Number,
});

Was this page helpful?