FTP, SFTP & browser upload
Use FileZilla, your editor’s deploy tool, or drag files straight into the DirectAdmin file manager.
No build pipeline, no framework, no database. Drag your HTML, CSS and images into the file manager and your site is live on your own domain with SSL. Free for 30 days, then £0.99 a month.
Update the nameservers at your registrar. Guides for the common ones are in the knowledgebase.
Log into DirectAdmin and navigate to public_html. You can also connect with FileZilla over FTP or SFTP.
Drag files in, or upload a ZIP and extract it in place. Your entry point should be named index.html.
SSL is issued automatically once DNS resolves. Force HTTPS with a two-line .htaccess rule — we have the snippet in the knowledgebase.
A static site is a stack of files the server hands over exactly as they are. Nothing is generated per request, nothing queries a database. This turns out to be a very good idea for a large proportion of websites.
They are fast. There is no PHP execution and no database round-trip, so response times are limited only by network and disk. On NVMe storage that is fast enough that further optimisation is mostly about image sizes.
They barely break. No plugins to update, no database to corrupt, no PHP version incompatibility to discover at 2am. A static site you built five years ago will still be serving today.
They are hard to attack. Most website compromises come through outdated CMS plugins or SQL injection. A site with no CMS and no database has very little surface to attack.
Portfolios, landing pages, documentation, brochure sites for small businesses, event pages, personal homepages, and anything generated by Hugo, Eleventy, Jekyll or Astro. Also a sensible choice if you are learning HTML and CSS and want somewhere real to put your work.
If you later need something dynamic — a contact form, a members area, a blog with a CMS — PHP and MySQL are already sitting there on the same account. You do not have to migrate anywhere.
Use FileZilla, your editor’s deploy tool, or drag files straight into the DirectAdmin file manager.
Free SSL issued and renewed for you. No configuration and no annual reminder to forget.
Custom 404 pages, redirects, clean URLs, cache headers and forced HTTPS — all standard Apache rules.
A static site still needs a contactable address. Mailboxes on your own domain are included.
Drop in a Plausible, Matomo or Google Analytics snippet. Nothing is added to your pages by us.
The same account runs PHP and MySQL whenever you decide you need them. No migration required.
We stopped running four tiers. There is one plan, it does everything, and it costs less than a coffee per year.
for 30 days — then £0.99/month
No card required to start • No setup fee • Bring your own domain