Your Control Panel — Complete Guide

Every Daedalus Design hosting package comes with a Control Panel. Think of it as the dashboard for your website — a single place where you can manage everything from email accounts to backups, without needing to touch a line of code.

This guide walks you through what the Control Panel can do, how to access it, and which features matter most for your business.

What the Control Panel actually is

The Control Panel is a web-based dashboard that gives you direct access to your hosting account. You open it in your browser, just like any other website, and from there you can manage every aspect of your hosting without needing technical knowledge.

Under the bonnet, it runs on CyberPanel — an open-source hosting management platform trusted by millions of websites worldwide. We've customised it for Daedalus Design customers, removing the clutter and keeping only what you need.

The short version

Your Control Panel lets you:

  • Upload and manage files on your website
  • Create email addresses (like hello@yourbusiness.co.uk)
  • Install and update WordPress with one click
  • Manage your SSL certificate (the padlock in the browser bar)
  • Back up and restore your website
  • Set up security rules to block unwanted traffic

You don't need to use the Control Panel for day-to-day tasks — that's what your AI assistant handles. But for the things that need a human decision (like creating a new email address or restoring a backup), the Control Panel is where you go.

How to access your Control Panel

When your hosting account was set up, you received an email with your login details. If you can't find it, here's how to get in:

  1. Go to https://yourdomain.co.uk:8090 (replace yourdomain.co.uk with your actual domain name)
  2. Enter the email address and password from your welcome email
  3. Click Sign In

If you've forgotten your password, contact us and we'll reset it for you. We can also set up two-factor authentication for extra security — just ask.

Tip: Bookmark the login page so you don't have to remember the port number. The address is always your domain followed by :8090.

Managing your website

The Control Panel gives you direct access to the files that make up your website. This is useful if you need to upload images, edit a configuration file, or check that everything is in the right place.

File Manager

The File Manager works like Windows Explorer or macOS Finder, but in your browser. You can:

Domain Management

If you own multiple domain names, you can manage them all from the same Control Panel. Add new domains, set up subdomains (like shop.yourdomain.co.uk), or redirect one domain to another.

WordPress management

If your website runs on WordPress, the Control Panel includes a dedicated WordPress Manager. This is where you handle the tasks that keep your WordPress site running smoothly.

One-Click Install

Install a fresh WordPress site in under a minute. The installer handles the database, file setup, and configuration automatically.

Auto-Login

Forgotten your WordPress password? The Control Panel can log you into your WordPress dashboard without resetting anything.

Staging Sites

Test changes on a copy of your site before making them live. Push the staging version to production with one click when you're happy.

Automatic Updates

Keep WordPress, themes, and plugins up to date automatically. Outdated software is the number one cause of hacked websites.

The WordPress Manager also installs the LiteSpeed Cache plugin automatically. This speeds up your site by storing frequently-accessed pages in memory, so they load faster for visitors.

Email accounts and forwarding

Your hosting package includes email hosting. That means you can create professional email addresses that match your domain — like info@yourbusiness.co.uk instead of yourbusiness@gmail.com.

From the Control Panel, you can:

If you use an email client like Outlook or Apple Mail, the Control Panel provides the server settings you need to configure it. We can also set this up for you during onboarding.

SSL certificates (the padlock icon)

An SSL certificate is what puts the padlock icon in your browser's address bar. It encrypts the connection between your website and your visitors, which is essential for:

Every Daedalus Design hosting package includes a free SSL certificate via Let's Encrypt. The Control Panel manages this automatically:

  1. The certificate is issued when your site goes live
  2. It renews itself before it expires (you don't need to do anything)
  3. If you add a new domain or subdomain, a certificate is generated for that too

You can also issue or renew certificates manually from the SSL Manager section if you prefer to handle it yourself.

Backups and restores

Backups are your safety net. If something goes wrong — a plugin update breaks your site, a file gets deleted by accident, or you just want to undo a recent change — a backup lets you roll back to a working version.

The Control Panel offers several backup options:

One-Click Backup

Create a complete backup of your website with a single click. Includes all files, databases, and email accounts.

Scheduled Backups

Set up automatic backups on a schedule — daily, weekly, or monthly. The system handles everything in the background.

Remote Storage

Send backups to Google Drive, SFTP, or other remote storage. Keeps your backups safe even if the server has a problem.

One-Click Restore

Restore from any backup with a single click. Choose between a full restore or just the files/database you need.

We recommend keeping at least 7 days of backups. If you need help setting up a backup schedule, just ask — we'll configure it for you.

Security and firewall

Your website is under constant threat from automated bots and hackers. The Control Panel includes several security tools that work together to protect your site.

Firewall

The built-in firewall blocks suspicious traffic before it reaches your website. You can also create custom rules to block specific IP addresses or countries if needed.

ModSecurity

ModSecurity is a web application firewall that watches for common attack patterns — things like SQL injection, cross-site scripting, and file inclusion attacks. It's enabled by default and blocks threats automatically.

SSH Access

If you're comfortable with command-line tools, the SSH Manager lets you create and manage SSH keys for secure server access. This is optional — most customers manage everything through the Control Panel interface.

Two-Factor Authentication

For extra security, you can enable two-factor authentication (2FA) on your Control Panel account. This means logging in requires both your password and a code from your phone. We recommend enabling this if you access the Control Panel regularly.

DNS and domain settings

DNS (Domain Name System) is what connects your domain name to your website. When someone types yourdomain.co.uk into their browser, DNS tells the browser where to find your website's files.

The Control Panel's DNS Manager lets you:

If you're not sure what DNS records you need, we can help. Most customers only need to change DNS when setting up a new service or switching email providers.

Databases

If your website uses WordPress, WooCommerce, or any other dynamic platform, it stores data in a database. The Control Panel's Database Manager lets you:

Most customers never need to touch the database directly. But if you're migrating a site, troubleshooting a plugin issue, or building something custom, the Database Manager gives you full access.

Advanced features

The Control Panel includes several features for more technical users. You don't need to know about these to run your website, but they're available if you need them.

FTP Accounts

FTP (File Transfer Protocol) lets you upload and download files using a dedicated FTP client like FileZilla. This is useful for large file transfers or if you prefer working with a desktop application instead of the web-based File Manager.

Cron Jobs

Cron jobs are scheduled tasks that run automatically at set intervals. For example, WordPress uses cron jobs to check for updates, and WooCommerce uses them to process orders. You can create custom cron jobs from the Control Panel if you need to automate a specific task.

Docker and n8n Manager

If you're on an AI Hosting package, the Control Panel includes Docker and n8n management tools. Docker lets you run applications in isolated containers, and n8n is an automation platform that connects different services together. These are advanced tools — we handle the setup for most customers, but you have full access if you want to experiment.

Frequently asked questions

Do I need to use the Control Panel?

For most day-to-day tasks, no. Your AI assistant handles content updates, email responses, and routine maintenance. The Control Panel is for the tasks that need a human decision — like creating a new email address, restoring a backup, or checking your security settings.

I've forgotten my Control Panel password. What do I do?

Contact us and we'll reset it for you. We can also set up two-factor authentication so you don't have to worry about password security in the future.

Can I break my website by using the Control Panel?

It's unlikely, but possible if you delete files or change settings you're not sure about. If you're unsure about anything, ask us first. That's what we're here for. And remember: backups exist for exactly this reason.

What's the difference between the Control Panel and WordPress admin?

WordPress admin (yourdomain.co.uk/wp-admin) is for managing your website's content — pages, posts, plugins, and themes. The Control Panel (yourdomain.co.uk:8090) is for managing your hosting — email, backups, SSL, DNS, and server settings. They're two different dashboards for two different jobs.

Is the Control Panel secure?

Yes. The Control Panel runs on HTTPS, supports two-factor authentication, and is protected by a firewall. We also keep the software up to date with security patches. For extra peace of mind, enable 2FA and use a strong, unique password.

Can I access the Control Panel from my phone?

Yes, the Control Panel works in any modern browser, including mobile. The interface is responsive, so you can manage your hosting from a tablet or phone if needed. Some tasks (like file management) are easier on a larger screen, though.

Need help with your Control Panel?

If you're stuck or just want someone to walk you through it, we're here to help. No question is too simple.

Get in touch