Server Setup
Piora connects to your VPS server via SSH to automatically install and manage all necessary infrastructure. This section explains how to prepare your server, configure SSH keys, and ensure your environment meets Piora’s requirements.
How It Works
Section titled “How It Works”When you add a server in the Piora dashboard, the platform will:
- Connect to your VPS via SSH
- Check the operating system version and hardware specs
- Automatically install Docker, Traefik, and related tools
- Set up Docker Swarm cluster
- Start the Traefik reverse proxy
- Verify all components are running correctly
Server Management
Section titled “Server Management”Once connected, you can perform the following operations from the Piora dashboard:
- View server status — CPU, memory, and disk usage
- Manage deployed applications — Start, stop, redeploy
- View system logs — Docker and Traefik logs
- Run maintenance tasks — Clean Docker cache, update components
In This Section
Section titled “In This Section”- System Requirements — Detailed hardware and software requirements
- SSH Key Management — Setting up and managing SSH keys
Best Practices
Section titled “Best Practices”- Use a dedicated VPS for Piora to avoid conflicts with other services
- Ensure server time is properly synced (NTP)
- Regularly check disk space — Docker images can consume significant storage
- Keep the operating system updated for security