What commands are available to manage my HCS server

Commands

A list of commands that you can use to manage your HCS server.

You can use the following method to reset the root user’s password, in case you forgot and do not have an SMTP server set, so you cannot request a forgot password.

Login to your server through SSH and execute the following command:

docker exec -ti HCS bash -c "php artisan root:reset-password"

You can change root user’s email.

Login to your server through SSH and execute the following command:

docker exec -ti HCS bash -c "php artisan root:change-email"

You can easily delete a stucked service.

Login to your server through SSH and execute the following command:

docker exec -ti HCS bash -c "php artisan services:delete"

Last updated