F4 Panel 📖 User manual ไทยEN Sign in →

← All chapters

🌐 Creating & managing websites

Site types, folder layout, cloning to staging, and deleting safely

Create a website

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.

TypeUse it for
PHPAny PHP site — upload your own code or install an app later
WordPressAuto-installs the latest WordPress with an admin account (password min. 8 characters)
LaravelA Laravel project — the web root already points at public
Static HTMLPlain HTML/CSS/JS with no PHP — the lightest and fastest option
Node.jsA Node app you run yourself; the panel reverse-proxies to it — you must give the port
⚠️ If a database is created, its password is shown only once in the confirmation message — copy it straight away. If you lose it, use “Reset pw” on the Databases page.

How a site is laid out

FolderWhat 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

Every tab on a site

TabLinkManual
🏠 Overview/site/[โดเมน]Status, bandwidth, WordPress and shortcuts
📁 Files/site/[โดเมน]/filesFile manager
📜 Logs/site/[โดเมน]/logsThe last 300 lines of access / error / php
🗄 Database/db-pickDatabases
🔒 TLS/site/[โดเมน]/tlsSSL / HTTPS
🌐 DNS/site/[โดเมน]/dnsDNS
🌿 Subdomains/site/[โดเมน]/subdomainsSubdomains & aliases
🔗 Aliases/site/[โดเมน]/aliasesSubdomains & aliases
🐙 Git/site/[โดเมน]/gitDeploy from Git
📡 FTP/site/[โดเมน]/ftpFTP / FTPS
🖥 SSH / SFTP/site/[โดเมน]/accessSSH and terminal
⚙️ Advanced/site/[โดเมน]/advancedPHP version, clone, uninstall apps, owner, delete

Switch the PHP version

The Advanced tab → “PHP Version” card. Pick a version and apply — it takes effect immediately for that one site only, with no rebuild.

Clone a site for staging

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.

⚠️ The clone gets a new database, so update the app's config (e.g. wp-config.php) with the new credentials — and remember to point DNS and issue a certificate for the new domain.

Delete a website

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.

⚠️ Always take a backup first — a purge cannot be undone from the panel.
← Previous🚀 Getting started Next →🛰 Pointing DNS at this server
Every chapter
🚀 Getting started🌐 Creating & managing websites🛰 Pointing DNS at this server🔒 SSL / HTTPS certificates🌿 Subdomains & extra domains📁 File manager & code editor📡 FTP / FTPS🖥 SSH / SFTP and the web terminal🐙 Deploying from Git🗄 Databases🧩 The app installer⏰ Cron jobs — scheduled work🔌 API & integrations👤 Your account & security🧯 Common problems
F4 Panel · hosting control panel · developed by F4 Code