Control Panel Guide

Navigate your LastraHost dashboard

1

Dashboard overview

The main dashboard shows all your active services, their status, resource usage (CPU, RAM, disk), and quick-action buttons. Green indicators mean healthy; yellow means high usage; red means action required.

2

Reboot & reinstall

Under My Services → Actions you can soft reboot, hard reboot, emergency reinstall (wipes data), and enable or disable the rescue mode ISO.

3

DNS management

Go to Dashboard → DNS to manage A, AAAA, CNAME, MX, and TXT records. Changes propagate within 5 minutes on our nameservers.

4

Team & sub-accounts

Invite team members in Account → Team. Assign roles (Viewer, Technician, Admin) per service. Each member has their own login and 2FA.

5

API access

Generate API keys in Account → Developer → API Keys. Use the REST API to automate provisioning, monitoring, and DNS updates.

curl -H "Authorization: Bearer YOUR_KEY" \
  https://api.lastrahost.com/v1/servers

← All articles