Server Detail Tabs Explained
Overview
When you click on a server in the dashboard, you see a tabbed interface. The tabs shown depend on the server's management mode — fully managed servers have more tabs than read-only or cloud-API-only servers.
Tabs Available on All Servers
- Overview: Basic details (IP address, provider, region, instance type), current status, and server action buttons.
- Firewall: View and manage firewall rules for this server.
- Security: SSH keys, security scan results, and access settings.
Tabs Available on Fully Managed Servers
These tabs appear only when CloudAIPilot has full SSH management of the server:
- Terminal: Browser-based SSH terminal directly into the server.
- Apps: Sites and container apps running on this server.
- Databases: Database instances managed on this server.
- Cron: Scheduled cron jobs running on this server.
- Services: OS-level daemons (Nginx, Docker, MySQL, etc.) — view status and restart without using the terminal.
- Logs: Live log tail for system and application logs.
- SSL: SSL certificate management for this server.
- Packages: System package management (install, update, remove packages).
Tabs Available on Non-Fully-Managed Servers
When CloudAIPilot manages the server through the cloud API only (not SSH), these tabs appear instead:
- Console: Cloud provider console output for the server.
- Remote Exec: Run commands on the server via the cloud provider's remote execution feature. Available on AWS and Azure only.
Safe Navigation
Switching tabs never interrupts ongoing operations. Background tasks continue regardless of which tab you are viewing.