Docs / Publishing

Upload your website

Two ways to publish, both from your site's Files tab.

Browser upload (easiest)

  1. Zip your website folder on your computer (the folder that contains index.html or your app).
  2. Files tab → choose the .zip → Upload & publish. We unpack it and your site is live immediately.

Uploading replaces what's currently live. For framework apps (Laravel & co.), pick the code upload and press Build & deploy afterwards — that installs dependencies and runs your migrations.

SFTP (big sites, many files)

  1. Access tab → turn on SSH access and add your public key.
  2. Connect with FileZilla/Cyberduck using the host, port and username shown there.
  3. Upload into the folder shown as your web root.

Which should I use?

Under ~200 MB and occasional: browser. Anything bigger, media-heavy or frequent: SFTP — or better, deploy from Git.