Step-by-step walkthroughs for the jobs you actually have to do — installing WordPress, pointing a domain, moving a site, fixing what broke.
Isolate the site, restore from a backup taken before the compromise, rotate every credential, and fix the entry point before you bring it back online.
How to recover a website you deletedStop, work out exactly what is gone, then check for a backup before touching anything else — order matters here.
How to redirect one domain to anotherTwo ways to send one domain to another, and why a proper 301 redirect matters far more than it looks like it should.
How to reduce database load on a busy siteHow to find what is actually straining the database, and the maintenance most busy sites are quietly overdue for.
How to reduce the number of requests a page makesWhy every extra file a page loads adds delay, and how to cut the number down without changing how the page looks.
How to remove a WordPress plugin properlyDeactivating a plugin leaves its files and often its database tables behind. Here is how to remove one completely.
How to repair a corrupted MySQL tableA corrupted table has a specific fix, and it is different depending on whether the table is MyISAM or InnoDB.
How to replace WP-Cron with a real cron jobWP-Cron piggybacks on visitor traffic rather than running on a real schedule. Here is how to replace it with one that does.
How to request a refundRequesting a refund is a short ticket or email — here is what to include and what our published refund policy actually covers.
How to reset a database user passwordResetting the password is the easy part — updating every application that still has the old one saved is the part people forget.
How to reset a WordPress passwordThree ways to reset a WordPress password, from the ordinary email link to editing the database directly when nothing else works.
How to restore a database from a backupThe database half of a restore has its own tools and its own common errors — here is how to do it properly.
How to restore a single file from a backupGetting back one deleted or broken file without touching anything else on the site.
How to restore a website from a backupA restore overwrites the live site with the backup, so do it in the right order — here is what that order is.
How to restore a WordPress backupRestoring files and database together, whichever way you took the backup, and the checks to run once the site is back.
How to roll back a migration that went wrongRolling back is simple if the old hosting is still running, which is exactly why you should never cancel it early.
How to roll a site back to an earlier dateRolling back is a deliberate restore to a specific date, and everything created after that date is lost the moment you commit to it.
How to run a Node.js application on your hostingNode needs a long-running process that shared hosting cannot give it — here is what that means and where a Node app actually belongs.
How to run a PHP script on a scheduleCron runs a PHP script on a schedule with no browser involved — here is the five-field syntax and how to check a run actually worked.
How to scan your site for malwareThe practical ways to actually check your files for malicious code, and how to read the results without missing what matters.
How to search and replace inside a databaseA plain find-and-replace can silently corrupt serialized data — here is how to do it without breaking the site.
How to secure a new Linux serverThe concrete steps that actually matter for securing a fresh Linux server, in the order that keeps you from locking yourself out.
How to secure a WordPress siteUpdates, strong unique logins, two-factor authentication, a minimal plugin list, and backups that actually restore — in that order of importance.
How to secure an online storeA store is a bigger target than a brochure site because there is more to steal and more ways in — here is where to focus first.
Your first hour with a new hosting account.
26 articles WordPressInstalling, securing, updating and repairing WordPress.
43 articles EmailMailboxes, clients, forwarding and deliverability.
33 articles Domains & DNSNameservers, records, transfers and propagation.
36 articles SSL & SecurityCertificates, HTTPS, malware and hardening.
28 articles Control PanelFinding your way around the hosting panel.
26 articles Databases & MySQLMySQL users, phpMyAdmin, backups and repairs.
24 articles PHP & DevelopmentVersions, extensions, limits, cron and the shell.
28 articles Migrations & TransfersMoving a site or a domain in, without downtime.
22 articles Speed & PerformanceCaching, images, Core Web Vitals and slow sites.
28 articles Backups & RecoveryTaking backups, and restoring when it counts.
20 articles Errors & TroubleshootingSpecific error messages, and how to clear them.
44 articles VPS & ServersRoot access, SSH, firewalls and server basics.
30 articles Reseller HostingRunning a hosting business on our platform.
22 articles Ecommerce & WooCommerceOnline stores, checkout, payments and PCI basics.
26 articles FTP & File ManagementUploading, permissions and where files belong.
20 articles Billing & AccountInvoices, renewals, upgrades and cancellations.
18 articles SEO & MarketingGetting found once the site is live.
26 articles