Signing up is the easy part. What you do in the first 24 hours largely determines how smoothly the rest of your hosting life goes. This guide walks through the seven things worth doing right after you receive your iWebVault welcome email — in the order they’ll actually save you time later.
If you’ve been hosting websites for years, skim the headings; you’ll find iWebVault-specific details (control panel URLs, nameservers, support flow) along with a few decisions worth making early. If this is your first hosting account, follow the steps in order and you’ll have a working, secure setup by the end of the day.
What your welcome email contains
Within a few minutes of your order being processed, you’ll receive an email titled “Your hosting is live” from info@iwebvault.com. It contains everything you need to access your account:
- Control panel URL — your cPanel login (port 2083) or DirectAdmin login (port 2222), depending on the plan you ordered.
- Username and password — the master credentials for your control panel. Treat these like the keys to your house.
- Server IP address — useful for advanced configuration (SSH, FTP, DNS troubleshooting).
- Nameservers —
ns1.iwebvault.comandns2.iwebvault.com. Your domain registrar needs these. - Billing summary — your next due date and renewal amount, so nothing catches you off-guard.
If you don’t see the email within 15 minutes, check spam first. Still nothing? Open a ticket — we can resend it instantly.
Step 1 — Save your credentials securely
Before doing anything else: copy the credentials out of your email and into a password manager (Bitwarden, 1Password, KeePass — any reputable one). Email inboxes get compromised; password vaults don’t, when used properly.
If you don’t use a password manager yet, this is the moment to start. The five minutes it takes to set one up will save you from a much worse afternoon later. Don’t store hosting credentials in plain text files, Google Docs, or sticky notes on your monitor.
Step 2 — Log into your client area
Your client area lives at auth.iwebvault.com. This is where you’ll manage invoices, open support tickets, request upgrades, and track services. The login is the email address you signed up with and the password you set during checkout.
Once logged in, take 60 seconds to do three things:
- Verify your contact email is correct (it’s where renewal reminders and security notices go).
- Enable two-factor authentication under Hello, [Your Name] → Security Settings. Use any TOTP app — Google Authenticator, Authy, or your password manager’s built-in TOTP.
- Confirm your payment method shows up under Billing → Payment Methods, especially if you paid via crypto and want auto-renewal handled cleanly.
Step 3 — Log into your control panel
This is where the actual hosting work happens. The URL is in your welcome email — typically https://[server-hostname]:2083 for cPanel or https://[server-hostname]:2222 for DirectAdmin. Both load over HTTPS; your browser may warn about the certificate the first time if the URL uses an IP address rather than a hostname. That’s normal — proceed past the warning.
The first thing to do inside cPanel/DirectAdmin: change your password. Use the password manager you set up in Step 1. Don’t keep the auto-generated one from your welcome email — it’s now sat in your inbox in plain text.
Step 4 — Point your domain
If you registered your domain through us, this is already done. If you registered elsewhere (Namecheap, Cloudflare, GoDaddy, etc.), you need to update your domain’s nameservers to point at iWebVault:
ns1.iwebvault.comns2.iwebvault.com
The exact steps vary by registrar, but the menu is usually called “Nameservers”, “DNS”, or “DNS Management”. For step-by-step instructions, see our guide on pointing your domain to iWebVault nameservers.
DNS changes take time to propagate — usually under an hour, occasionally up to 24. You can keep working on the next steps while propagation happens in the background.
Step 5 — Install your site or upload files
Your control panel is empty by default. To put a website there, you have three common paths:
- WordPress (or any popular app) — use Softaculous inside cPanel, or Installatron inside DirectAdmin. One-click install, configured properly in two minutes. We have a full guide on installing WordPress in cPanel.
- Existing site files — use cPanel’s File Manager, or connect via SFTP using the credentials in your welcome email. Upload your site to
public_html/. - Static HTML site — create your
index.htmldirectly in File Manager and you’re live.
Step 6 — Set up email accounts
Every iWebVault hosting plan includes email accounts on your domain. Set them up in cPanel under Email → Email Accounts, or in DirectAdmin under E-mail Manager → E-mail Accounts.
Once created, you can access mail three ways: webmail (in-browser), mobile mail apps, or desktop clients like Outlook/Thunderbird. The connection settings for any client are always:
| Setting | Value |
|---|---|
| Incoming server (IMAP) | mail.[your-domain].com — port 993 (SSL) |
| Outgoing server (SMTP) | mail.[your-domain].com — port 465 (SSL) or 587 (TLS) |
| Username | The full email address (e.g. you@your-domain.com) |
| Authentication | Normal password |
One important caveat: if you plan to send email from your domain (newsletters, transactional emails, customer notifications), make sure to set up SPF, DKIM, and DMARC records — or your mail will land in spam. We cover this thoroughly in our deliverability guide.
Step 7 — Where to get help when you need it
You have three channels, in order of how quickly they typically resolve issues:
- The Knowledge Base — this site. Search before you ask; about 80% of common questions are already answered here in more detail than a ticket reply could provide.
- Live chat — our AI assistant is available 24/7 and handles routine questions instantly. A human agent picks up during working hours (Monday to Friday) for anything the AI can’t resolve.
- Support tickets — for technical issues, account-specific questions, or anything that needs investigation. Open a ticket here. Tickets are tracked, threaded, and the right team member is assigned automatically.
One tip that will save you time on every ticket you ever open: include the specific error message (copy-paste, don’t paraphrase), the URL where it happened, and any steps you’ve already tried. Tickets with that context get resolved in one reply; tickets without it usually take three.
What’s next
Once you’ve worked through the seven steps above, your hosting is live, your domain points to it, and your email is configured. From here, useful next reads depend on what you’re building:
- Running WordPress? Read Installing WordPress in cPanel followed by Hardening Your WordPress Site.
- Running a VPS or dedicated server? Start with Connecting to Your VPS via SSH.
- Sending email from your domain? Read the email deliverability guide before sending your first campaign.
Welcome aboard — let’s get your project live.
Was this helpful?
Thanks for your feedback!