Files & databases
Uploading, editing, managing MySQL/PostgreSQL.
File manager (in-browser)
Panel → Files → drag/drop, edit inline, change permissions, extract zips. Good for quick edits.
FTP / SFTP
Panel → FTP Access → create a user with a chrooted home directory. SFTP on port 22, FTP on port 21 (we recommend SFTP).
SSH
Available on plans with shell access. Panel → Web Hosting Access → enable shell. Generates a Linux user; SSH on the same hostname, port 22.
Git deployment
For sites you keep in Git:
- Panel → Git on your domain
- Add the repo URL + branch
- Set the deploy path (usually
/httpdocs/) - Enable Auto-deploy on push if you set up the webhook
Public and private repos both work (paste an SSH key or HTTPS token for private).
MySQL / MariaDB
Panel → Databases → Add Database. Pick name, user, password. Connect from your app using the connection string the panel shows.
phpMyAdmin is built in for browser-side management.
PostgreSQL
Available on most plans. Same UI as MySQL — Databases → Add Database, pick PostgreSQL as the server type.
phpPgAdmin / pgAdmin available in the panel.
Backups
We back up your account daily and keep 7 days of snapshots. To restore: open a ticket with the date you want — usually back online within an hour.
For your own backups (recommended for anything important), panel → Backup Manager → schedule snapshots to local or remote storage.