DirectAdmin is the control panel for your hosting account. Everything you will need to manage — files, databases, email, DNS records, PHP settings, SSL and cron jobs — lives behind this one login.
Finding your login details
Your DirectAdmin URL, username and temporary password are in the welcome email sent when your hosting account was provisioned. If that email has gone missing, the same details are available in the client area under Services.
The panel URL will be your server hostname on port 2222 — something of the form https://server.example:2222. Once your domain resolves to Traxio you can usually also reach it at https://yourdomain.co.uk:2222.
Logging in for the first time
- Open the DirectAdmin URL from your welcome email.
- Enter your username and the temporary password.
- Change the password immediately. Open the account menu and choose Password. Use something long and unique — this login has full control of your hosting.
Your browser may warn about the certificate
Connecting on port 2222 before your domain resolves often produces a certificate warning, because the panel is presenting a certificate for the server hostname rather than for your domain. This is expected on a new account and is safe to proceed through provided you typed the URL from your welcome email yourself. Once DNS has propagated and SSL is issued, the warning goes away.
Finding your way around
The Evolution interface groups everything into a left-hand sidebar. The sections you will actually use:
- Files — the file manager. Your website lives in
public_html. - Databases — create MySQL databases and users, and open phpMyAdmin.
- Email — mailboxes, forwarders and webmail.
- Account Manager — DNS records, SSL certificates and PHP version selection.
- Advanced — cron jobs and backup generation.
If you cannot log in
The usual causes, in the order worth checking:
- Wrong port. The panel is on
:2222, not the standard web port. Without it you will land on your website instead. - Password contains a trailing space. Copying from an email frequently picks one up. Retype it manually.
- Too many failed attempts. Repeated failures trigger a temporary IP block. Wait fifteen minutes rather than continuing to retry.
- Domain not yet resolving. Use the server hostname URL from your welcome email instead of your own domain.
If none of those apply, account access is something Traxio handles directly — use the contact form rather than the forum, since it involves your account credentials.
Securing the login
This one password controls your files, databases, email and DNS, so it deserves more care than any other credential you hold with us:
- Use a password manager and let it generate something long. The panel login is exactly the kind of target automated sweeps try first.
- Enable two-factor authentication if it is available on your login — look under the account/security section of the panel. A one-time code turns a leaked password from a disaster into a non-event.
- Never reuse the password anywhere else. Credential-stuffing attacks replay leaked passwords from unrelated sites against hosting panels constantly; uniqueness is the entire defence.
- Log out on shared machines. On your own devices, letting the session expire is fine.
A sensible first session
Once you are in, a productive first fifteen minutes looks like this:
- Change the temporary password (covered above) and store it in your manager.
- Open Files and find
public_html— simply knowing where your site lives removes most of the mystery. - Open Account Manager → DNS Management and look at the records that were created automatically. Do not change anything; just see what normal looks like, so you can recognise abnormal later.
- Create one test email address and send yourself a message — a small, complete task that exercises half the panel.
- Find the backup option under Advanced, so you know where it is before you need it.
Resetting a forgotten password
Your DirectAdmin password can be retrieved or reset from the client area under Services — the client area login and the DirectAdmin login are separate credentials, so losing one does not lock you out of the other. If you have lost both, use the password reset on the client area login page, since that account is verified against your email address. Genuine lockouts beyond that are handled by Traxio directly via the contact form.
Frequently asked questions
Can I use DirectAdmin on my phone?
Yes — the Evolution interface works in a mobile browser. It is comfortable for checking things and small edits; for long file-management sessions a desktop remains easier.
Is it safe that the panel runs on port 2222?
Yes. The port is simply where DirectAdmin listens, the connection is encrypted, and the login is what protects the account. The certificate warning you may see before DNS propagates is explained above and is expected on a new account.
Why does my client area login not work in DirectAdmin?
They are different systems with different credentials: the client area handles billing and services; DirectAdmin manages the hosting itself. Use the DirectAdmin username from your welcome email, and retrieve it from the client area under Services if the email is gone.
Can I give someone else access?
For a designer or developer, prefer a scoped FTP account restricted to one folder over sharing the panel login — the panel login grants everything, including email and DNS, which is more than most helpers need.