Getting Started with DirectAdmin
A complete introduction to DirectAdmin on your RemarkableCloud managed VPS: the three-tier user system, how to log in, and the key areas you will use every day.
DirectAdmin is a lightweight, fast web hosting control panel that uses significantly fewer server resources than cPanel while covering all core hosting tasks. This guide covers the three-level user hierarchy, how to access the panel, and where to start.
The three-tier user system
| Level | Role | What they can do |
|---|---|---|
| Admin | Server owner (you) | Manage all resellers and users, configure server, set global limits |
| Reseller | Hosting clients who resell | Create and manage user accounts, set resource packages |
| User | End users / website owners | Manage their own domains, email, databases, files |
You can switch into any account from the admin panel without knowing their password.
Logging in
DirectAdmin runs on port 2222:
https://YOUR_SERVER_IP:2222
Log in with admin and the password from your RemarkableCloud server welcome email.
First-time setup checklist
ns1.yourdomain.com and ns2.yourdomain.com pointing to your server IP.Key admin areas
| Task | Where |
|---|---|
| Create hosting account | Admin Level → Create User |
| See all domains on server | Admin Level → Show All Domains |
| Edit a DNS zone | Admin Level → DNS Administration |
| Restart Apache | Admin Tools → Services Monitor → Apache → Restart |
| Check disk usage per account | Admin Level → List All Users → Usage column |
| Access a user’s account | Admin Level → List All Users → Login icon |
| View mail queue | Admin Level → Mail Queue |
Creating a reseller account
Creating a user account
Switching between accounts
- Admin → any account: Admin panel → List All Users or List All Resellers → click the login icon
- Return to admin: click Return to Admin Level in the top navigation
PHP version management
DirectAdmin supports up to 4 simultaneous PHP versions via CustomBuild 2.0. Users can switch per domain under Extra Features → PHP Version Selector.
To install or update PHP versions server-wide via SSH:
cd /usr/local/directadmin/custombuild
./build set php1_release 8.2
./build set php2_release 8.1
./build php
./build rewrite_confs
DirectAdmin vs cPanel
| DirectAdmin | cPanel | |
|---|---|---|
| Memory usage | ~150 MB | ~500 MB |
| Min recommended plan | Basic 2GB | Shared CPU 4GB |
| Interface familiarity | Less common | Industry standard |
| License cost | Lower | Higher |