Coolify Documentation home page
Coolify Documentation
  • Home
  • Support
  • Cloud
  • Cloud
Documentation
Knowledge Base
Resources
API
  • Community
  • Sponsorship
  • General
    • FAQ
    • Health checks
    • Domains
    • Monitoring
    • Environment Variables
    • Persistent Storage
    • Database Backups
    • DNS Configuration
    • Drain Logs
    • Commands
    • Add a service
    • Instance Updates
    Resources
    • Applications
    • Databases
    How-tos
    • Load Balancing on Hetzner
    Administration (Self-hosted)
    • Delete User
    Git
    • GitHub
    • Gitlab
    • Bitbucket
    • Gitea
    Server
    • Introduction
    • Firewall
    • Build Server
    • Multiple Servers
    • OpenSSH
    • Oracle Cloud
    • Supported Proxy
    • Automated Cleanup
    • Non-root user
    S3
    • Introduction
    • AWS S3
    • Cloudflare R2
    Docker
    • Docker Swarm
    • Docker Registry
    • Docker Compose
    • Custom Commands
    Cloudflare
    • Cloudflare Tunnels
    Traefik
    • Healthcheck
    • BasicAuth Middleware
    • Enable Dashboard
    • Dynamic Configurations
    • Custom SSL Certificates
    • Load-balancing
    • Redirects
    • Wildcard SSL Certificates
    General

    Commands

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

    Root password reset without SMTP.

    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:

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

    Root email change.

    You can change root user’s email.

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

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

    Delete a stuck service.

    You can easily delete a stucked service.

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

    Copy
    docker exec -ti coolify bash -c "php artisan services:delete"
    
    Drain LogsAdd a service
    twittergithub
    Powered by Mintlify
    Assistant
    Responses are generated using AI and may contain mistakes.