CLI
Manage the server by using the built-in Command Line Interface (CLI).
You can run the CLI with the following command (more providers may come later):
bun cli # or "bun run cli"
You will be able to navigate using your arrow keys and select using the ENTER key. This CLI configuration method allows you to edit the config without having to restart the whole server!
When running the CLI, here are all the different options you select from:
Manage the users that can access your CloudVoxel instance. You can either create new users or manage the existing ones from this command.
To create a new user, simply select
Create user
and enter it's email, username and optionally a password that will be encrypted.If you want to manage a user, select the desired user using the up and down arrows and press ENTER. You can then get all infos corresponding to this user, edit it's username, password or delete the user.
Last updated
Was this helpful?