Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Server Management


The blocklet server command is your primary tool for managing the lifecycle of a Blocklet Server instance. It allows you to initialize, start, stop, and monitor your server and the blocklets running on it. All server administration tasks are handled through this command suite.

Server Lifecycle Overview#

The typical workflow for managing a server instance follows a clear lifecycle, from initial setup to ongoing maintenance.


Core Commands#

These commands handle the essential day-to-day operations of your Blocklet Server.

Maintenance & Troubleshooting#

These commands assist with diagnostics, upgrades, and other maintenance tasks.

Additional Utilities#

The blocklet server command also includes several utility commands for specific administrative tasks.

Command

Description

info

Gathers and displays environment information for debugging and issue reporting. You can use the -C or --clipboard flag to copy the info directly.

cleanup

Performs server-level cleanup tasks. Use the --target flag to specify what to clean, such as cache, maintenance-status, or blacklist.


Now that you have an overview of how to manage a Blocklet Server, the next step is to create one. Proceed to the Initialize Server guide to get started.