Package Management from Server View
Overview
While CloudAIPilot abstracts much of the server management, you may occasionally need to install specific OS-level packages (like ffmpeg, imagemagick, or htop).
Autonomous Package Management
Instead of SSHing into the server, you can manage packages directly from the UI or via the AI Pilot.
Via the UI:
- Go to the Server Settings tab.
- Navigate to System Packages.
- Search for the package (e.g.,
ffmpeg) and click Install.
Via AI Pilot (Recommended): Open the chat and ask: *"Please install ffmpeg on the production image-processing server."* The AI Pilot will:
- Verify the package exists in the
aptrepository. - Generate an Approval Card showing the exact command (
apt-get install -y ffmpeg). - Execute it safely via the background agent once approved.
Security Warning
Avoid installing custom web servers (like Apache) or control panels if you are already using the standard CloudAIPilot Nginx/Docker stack. Port conflicts will degrade your active sites.