Site types, folder layout, cloning to staging, and deleting safely
On Websites click “Add website”, type the domain without http:// (e.g. example.com) and choose a type. Its own system user, PHP-FPM pool and vhost are created for it.
| Type | Use it for |
|---|---|
| PHP | Any PHP site — upload your own code or install an app later |
| WordPress | Auto-installs the latest WordPress with an admin account (password min. 8 characters) |
| Laravel | A Laravel project — the web root already points at public |
| Static HTML | Plain HTML/CSS/JS with no PHP — the lightest and fastest option |
| Node.js | A Node app you run yourself; the panel reverse-proxies to it — you must give the port |
www. is added for you| Folder | What it is |
|---|---|
public/ | The web root — what visitors see. Put index.php or index.html here |
logs/ | This site's access / error / php logs |
tmp/ | PHP temporary files (sessions, uploads) |
trash/ | The file manager's recycle bin — deleted files land here first |
| Tab | Link | Manual |
|---|---|---|
| 🏠 Overview | /site/[โดเมน] | Status, bandwidth, WordPress and shortcuts |
| 📁 Files | /site/[โดเมน]/files | File manager |
| 📜 Logs | /site/[โดเมน]/logs | The last 300 lines of access / error / php |
| 🗄 Database | /db-pick | Databases |
| 🔒 TLS | /site/[โดเมน]/tls | SSL / HTTPS |
| 🌐 DNS | /site/[โดเมน]/dns | DNS |
| 🌿 Subdomains | /site/[โดเมน]/subdomains | Subdomains & aliases |
| 🔗 Aliases | /site/[โดเมน]/aliases | Subdomains & aliases |
| 🐙 Git | /site/[โดเมน]/git | Deploy from Git |
| 📡 FTP | /site/[โดเมน]/ftp | FTP / FTPS |
| 🖥 SSH / SFTP | /site/[โดเมน]/access | SSH and terminal |
| ⚙️ Advanced | /site/[โดเมน]/advanced | PHP version, clone, uninstall apps, owner, delete |
The Advanced tab → “PHP Version” card. Pick a version and apply — it takes effect immediately for that one site only, with no rebuild.
The Advanced tab → “Clone website”. Give a destination domain; files and database are copied and the copy gets its own system user and PHP pool.
wp-config.php) with the new credentials — and remember to point DNS and issue a certificate for the new domain.The Advanced tab → “Danger zone”. Unticked, only the vhost configuration goes. Tick “also delete files, system user and database” and everything is gone for good.