For Developers
Everything you need to build, deploy, and scale on Faciotech infrastructure.
Teams already building with us
Build with a safety net, not a leap of faith
Every plan ships with the tools that keep your work protected — so you can ship, test, and roll back without crossing your fingers.
- One-click staging — test before anything touches production
- Daily JetBackup snapshots with one-click restore
- Free auto-provisioned SSL on every site
- Imunify360 AI security watching your stack 24/7
Server Status & Uptime Monitor
Real-time infrastructure health monitoring across all services
Web Servers
OperationalDNS Servers
OperationalEmail Servers
OperationalDatabase Servers
OperationalControl Panel
OperationalMonitor API Documented
Integrate our uptime data into your own dashboards and alerting systems. Full API reference, authentication, and examples are available in our docs.
GET https://api.faciotech.com/v1/status
GET https://api.faciotech.com/v1/status/history?days=30
GET https://api.faciotech.com/v1/incidents
{
"status": "operational",
"uptime_30d": 99.94,
"services": {
"web": { "status": "operational", "response_ms": 142 },
"dns": { "status": "operational", "response_ms": 12 },
"email": { "status": "operational", "response_ms": 89 },
"database": { "status": "operational", "response_ms": 34 }
},
"last_incident": "2025-12-15T08:30:00Z"
}
Developer Tools on Every Plan
Professional-grade tools included with all hosting packages
SSH Access
Secure shell access on all hosting plans
Git Integration
Deploy directly from your Git repositories
Multiple PHP Versions
PHP 7.4, 8.0, 8.1, 8.2, 8.3 — switch anytime
WP-CLI
Full WordPress command-line interface
MySQL & MariaDB
phpMyAdmin included, remote access available
Cron Jobs
Automate tasks on custom schedules
Staging Environments
One-click staging for safe testing
Node.js Ready
Run Node.js apps on supported plans
Python Support
Python apps with custom configurations
LiteSpeed + LSCache
Built-in caching for blazing performance
Imunify360
AI-powered security and malware protection
Free SSL
Let's Encrypt auto-provisioned on all sites
JetBackup
Daily automated backups with one-click restore
Softaculous
400+ auto-installers (WordPress, Joomla, etc.)
Email Hosting
Create unlimited mailboxes on your domain
Custom DNS
Full DNS zone management
Quick Start Guides
Get up and running in minutes with these practical examples
# Connect via SSH
ssh user@yourserver.faciotech.com
# Navigate to your web root
cd ~/domains/yourdomain.com/public_html
# Install WordPress via WP-CLI
wp core download
wp config create --dbname=yourdb --dbuser=youruser --dbpass=yourpass
wp core install --url=yourdomain.com --title="My Site" --admin_user=admin --admin_email=you@email.com
# SSH into your account
ssh user@yourserver.faciotech.com
# Clone your Laravel project
cd ~/domains/yourdomain.com
git clone https://github.com/you/your-app.git public_html
# Install dependencies
cd public_html
composer install --no-dev --optimize-autoloader
# Configure environment
cp .env.example .env
php artisan key:generate
php artisan migrate
# Set up Git on your hosting account
cd ~/domains/yourdomain.com/public_html
git init
git remote add origin https://github.com/you/your-repo.git
git pull origin main
# Set up a deployment hook (cron or webhook)
# Auto-pull on push using a simple webhook script
# Connect to MySQL remotely
mysql -h yourserver.faciotech.com -u youruser -p yourdb
# Or use a connection string in your app
DATABASE_URL=mysql://user:pass@yourserver.faciotech.com:3306/yourdb
# Import a database dump
mysql -u youruser -p yourdb < backup.sql
# Edit your cron via control panel or SSH
crontab -e
# Run a PHP script every hour
0 * * * * /usr/local/bin/php ~/domains/yourdomain.com/public_html/cron.php
# Run a backup script daily at 2am
0 2 * * * ~/scripts/backup.sh
# WordPress cron (recommended for better performance)
*/15 * * * * cd ~/domains/yourdomain.com/public_html && wp cron event run --due-now
Our Technology Stack
Enterprise-grade infrastructure powering your applications
Our infrastructure is built on enterprise-grade technology. LiteSpeed delivers up to 6x faster page loads than Apache. CloudLinux isolates each account for maximum stability. Imunify360 provides AI-driven threat detection. And with data centers in North America, your sites are always close to your visitors.
API & Integrations
Integrate Faciotech services into your workflow with our APIs and management tools
DirectAdmin API
Full server management API. Create accounts, manage DNS, configure email, and automate hosting operations programmatically.
View DirectAdmin API DocsWHMCS API (For Resellers)
Automate billing, provisioning, and client management. Perfect for resellers and agencies managing multiple client accounts.
View WHMCS API DocsSoftaculous API
Automate app installations, updates, and backups across your hosting accounts.
View Softaculous DocsFaciotech Status API Live
Query real-time server status and uptime history. Use the API in your dashboards and integrations.
View API documentationBuild on Our Platform
Full API access to our CRM, ERP, payroll, and POS modules. Integrate, extend, and automate.
REST API Access
Full CRUD on contacts, deals, invoices, inventory, and more. JSON responses, pagination, and filtering built in.
Webhooks & Events
Real-time notifications for CRM events like deal closed, invoice paid, contact created, and more.
Custom Fields API
Extend any module with custom data fields programmatically. Store and retrieve your own structured data.
OAuth 2.0 Authentication
Secure third-party integrations with standard OAuth 2.0 auth flows. Token-based access with scoped permissions.
Staging & Git Workflow
Safe development workflow with one-click staging environments
Create Staging
One-click staging copy
Develop & Test
Safe sandbox environment
Push to Production
When you're ready, merge changes
Every hosting plan includes one-click staging. Clone your live site, test changes safely, and push to production when you're confident — no risk to your live visitors.
For Resellers & Agencies
Building sites for clients? Our reseller hosting gives you the tools to run your own hosting business or manage client infrastructure under your brand.
White-Label Control Panel
Your brand, our infrastructure
Private Nameservers
ns1.yourdomain.com, ns2.yourdomain.com
WHMCS Integration
Automated billing and provisioning
Resource Management
Allocate and monitor client resources
Priority Support
Dedicated reseller support channel
Wholesale Pricing
Buy in bulk, set your own margins
Developer Resources & Community
Documentation, tools, and support links you can use today
Documentation
Downloads & Tools
Community
Changelog / Recent Updates
Latest infrastructure and feature updates
Pay your way, in your currency
Settle up however works for you — no juggling foreign cards or conversion guesswork.
Is this the right fit for you?
Honest guidance so you land on the plan that matches how you actually work
You want dev tools without managing a server
SSH, Git, multiple PHP versions, WP-CLI, cron and one-click staging come on every shared plan — ideal for client sites, WordPress and small apps where you'd rather ship than sysadmin.
Explore shared hostingYou need root access and full control
Running custom services, your own stack, or workloads that outgrow shared resources? A VPS gives you root, your choice of OS, and dedicated resources you control end to end.
Explore VPS hostingYou build and bill sites for clients
Agencies and resellers get a white-label control panel, private nameservers, WHMCS automation and wholesale pricing — run hosting under your own brand.
Explore reseller hostingYou're building on our CRM & ERP APIs
If your project integrates contacts, deals, invoices or inventory, our platform APIs (REST, webhooks, OAuth 2.0) give you the surface to extend and automate the whole stack.
Explore the platform APIsDeveloper FAQ
The questions developers ask us before they build
Is SSH available on all plans?
Which PHP versions can I run, and can I switch per site?
How do I deploy with Git?
Is staging included or does it cost extra?
Can I run Node.js or Python apps?
How does migrating from my current host work?
How do I get API access and authenticate?
Which currencies and payment methods do you accept?
Ready to build on Faciotech?
Get started with developer-friendly hosting today.
Popular with developers