# Coolify White Label — Vibn Branding Users never see the Coolify UI directly (it's backend infrastructure), but if you want the admin panel to match, add these to the Coolify `.env` on the server. ## Steps ```bash # SSH into the server gcloud compute ssh coolify-server-mtl --zone=northamerica-northeast1-a # Edit the Coolify env file sudo nano /data/coolify/source/.env ``` ## Add These Lines ```env COOLIFY_WHITE_LABELED=true COOLIFY_WHITE_LABELED_ICON=https://vibnai.com/vibn-icon.png ``` The icon URL must be publicly accessible. Once your logo is live on vibnai.com, point this to the 180×180 PNG version. ## Apply Changes ```bash cd /data/coolify/source docker compose down && docker compose up -d ``` Note: These settings are lost on Coolify upgrades — re-apply if you update Coolify.