Documentation

Free guides to help you manage your sites & servers!

Search above or scroll through topics below!
Our cheatsheet for diagnosing common WordPress emergencies.
Free support not enough? Create a paid support ticket.

1. Accounts

Account info for first-time BP users. You should always have this info organized for your own use, or to give to us or other developers/contractors to work on your site.

  • Registrar & old webhost – we don’t need these logins unless we’re migrating you. But you should know it. Don’t know your domain registrar? Look it up, or maybe it’s same as your old webhost. Webhosting Migration Preparation (checklist)
  • BP account – your BP account page manages everything…servers, sites, billing, support tickets, etc. Login created when you first signed up.
  • DNS management (Cloudflare, DNME, etc) – you’ll need a 3rd-party DNS service to use our hosting service. We recommend Cloudflare (free and easy-to-use).
  • SFTP account – available from sites settings page (for each site).
  • WordPress admin login – to manage your WordPress site.
  • Billing –
  • Support – see available support options from the support page.

2. Set up DNS

Pretty simple. If you don’t have Cloudflare yet, sign-up for a free acount and add your domain, then log into your domain registrar and point the domain to Cloudflare’s nameservers. Then point your domain’s DNS records to your BP servers and you’re ready to go!

  • DNS management (Cloudflare, DNME, etc) – if you don’t remember this, you don’t have it. We recommend all BP clients to get set up on Cloudflare (it’s free).
  • Change nameservers to Cloudflare or any other DNS service.
  • Managing DNS records – to point your domain the right web server, email server, 3rd-party services, etc.
  • Recommended Cloudflare settings (best performance and least chances of issues)
  • Invite users to your Cloudflare account…so devs, support, or other people can help you manage DNS.

3. BlaqPanel control panel

What can I do from my BlaqPanel account?

  • Servers – manage from your account server page.
  • Sites – manage from your account sites page.
  • Orders – see previous orders, upgrade or cancel plans.
  • Payments – see billing history, download PDF invoices.
  • Profile – fill it out so our staff has a fast association with who you are (especially on FB), your timezone, and awareness with your sites/servers.
  • Support – for free and paid support.

4. Server management

5. Site management

6. Speed tips

EASY tips to speed up your website:

  • Use latest php version – keep themes/plugins updated for latest php version compatibility.
  • Set-up caching – see our cache guides for WP Performance, Swift and LiteSpeedWhich to pick?
  • Delete Revolution Slider. Use Metaslider (lightest) or SmartSlider3 (more features).
  • Delete Contact Form 7. Use Fluent Forms.
  • Delete JetPack (although some WooCommerce sites may need it).
  • User server redirects instead of Redirection or YOAST/SEO plugins.
  • Don’t leave Query Monitor (slows backend) or Broken Link Checker running. Deactivate when not in use.
  • Clean up autoloads – decreases database weight on every page load.
  • Convert all mysql tables to InnoDB.
  • You probably don’t need any security plugin (most suck). I do like WordFence, it’s got the best malware scanner.

7. Security tips

Recommended steps to secure your servers & sites:

8. PHP, memory settings

How do I make changes to my PHP settings?

Use the latest PHP version (for best performance & security). If you have old themes, plugins, or code preventing you from using the latest PHP version…choose next latest version and keep going down until your site works.

9. Miscellaneous webhosting tips

For best email deliverability and spam protection, use 3rd-party email hosting (G-Suite, Office 365, Rackspace, Zoho, or MXroute). G-Suite is our fav for features, MXroute is our fav for pricing. Others are very good as well.

Want to keep your existing cPanel email setup but increase deliverability for emails sent from WordPress? Sign-up for (free) Mailgun account and integrate it with WP Mail SMTP plugin.

Those with deliverability issues on dedicated VPS, check your IP on MXtoolbox blacklist.

10. Problems – diagnosis and resolution Site is down

VERY TERRIFYING! We know! Please try the following:

  • More troubleshooting ideas – did you install/update any plugin recently? Try disabling it by renaming the plugin directory from the “wp-content” directory.
  • Potential Cloudflare issues – do NOT enable “Rocket Loader” or page rules that cache everything. Leave SSL on default setting of “flexible” and not “strict”. Can put your DNS records on GREY CLOUD.
  • ERROR 404 for pages that exist? – make sure your .htaccess has the default WordPress directives, go to WordPress admin > Settings > Permalinks and hit “Save”.
  • ERROR 500 or completely unresponsive? – check the error log in your site “html” directory. Or see if there’s a server issue.
  • Weird characters on white screen? – try deleting the “cache” directory inside “wp-content”.
  • Need to disable caching? – try deleting the caching-related lines inside htaccess.
  • Can’t log into WordPress? – see login issues.
  • Site Migrations – from BP or from other hosts. Common migration issues.
  • PHP errors or warnings.
  • Known bugs and fixes.
  • Server commands cheatsheet