Skip to main content

Commands

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 coolify 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 coolify 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 coolify bash -c "php artisan services:delete"