Skip to main content
// DASHBOARD BASICS

NAVIGATE THE CONTROL CENTER.

Learn how to use the Boottify Control Center to create apps, manage settings, view logs, and control your deployments.

01

CREATING APPS

Create a new application from the Apps section in the sidebar. The deploy wizard guides you through:

1.

Choose a Template

Select from the marketplace (Node.js, Python, static sites, etc.) or connect a GitHub repository.

2.

Configure App Name

Pick a unique subdomain (your-app.boottify.com) and set environment variables.

3.

Select Plan & Deploy

Choose a hosting plan, complete payment via Stripe, and trigger the deployment.

02

APP MANAGEMENT

Each app has its own detail page with tabs for managing every aspect of your deployment.

Overview

Deployment status, app URL, Git branch, and quick actions (restart, redeploy).

Environment Variables

Add, edit, or remove env vars. Changes take effect on the next deployment.

Domains

Connect custom domains with automatic SSL provisioning.

Logs

View build logs and runtime logs for debugging.

03

ENVIRONMENT VARIABLES

Manage environment variables from the Env tab on your app's detail page. Variables are encrypted at rest and injected into your container at runtime.

Secrets are Hidden

Variable values are masked in the UI. Only users with appropriate roles can view or edit them.

04

VIEWING LOGS

Access deployment and runtime logs from the admin panel at Admin → Logs, or from each app's detail page. Logs include timestamps, severity levels, and source information.

Build Logs

Docker build output, step-by-step progress during deployment.

Runtime Logs

Application stdout/stderr, error tracking, and request logs.

05

MANAGING DOMAINS

Add custom domains from your app's Domains tab. Point your DNS A record to 95.216.3.90 and Boottify will automatically provision an SSL certificate via Let's Encrypt.