CPU Usage
4 Cores ARM
Memory
--
Storage
--
Management Dashboard
Point Your Domain
To host your website here, point your domain's DNS A Records to our server IP address. Changes usually take 1-4 hours to propagate.
A Record (@)
150.136.181.53
CNAME (www)
150.136.181.53
Steps to Go Live:
- 1 Update DNS records at your registrar.
- 2 Add the domain in HestiaCP User Panel.
- 3 Enable "Let's Encrypt" in the SSL settings.
- 4 Upload your files via FTP or Git.
Laravel Deployment Guide
Laravel 10/11 Configuration
1. When adding your domain, select the laravel Web Template.
2. Set the document root to /public.
3. Configure your .env file with the database credentials created in HestiaCP.
* * * * * php /home/user/web/domain/public_html/artisan schedule:run >> /dev/null 2>&1
The above cron job is required for Laravel tasks.
Server Infrastructure
| OS | Ubuntu 24.04 LTS |
| Web Server | Nginx + Apache2 |
| PHP Stack | 5.6 - 8.5 (FPM) |
| Database | MariaDB 11.4 |
| SSH Port | 22 |