Skip to content
Developer Hub

For Developers

Everything you need to build, deploy, and scale on Faciotech infrastructure.

$ ssh deploy@faciotech.com|

Server Status & Uptime Monitor

Real-time infrastructure health monitoring across all services

Web Servers

Operational

DNS Servers

Operational

Email Servers

Operational

Database Servers

Operational

Control Panel

Operational
99.9%
Uptime (last 30 days)
<200ms
Average Response Time
2
Data Centers (US & Canada)

Monitor 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

Terminal
# 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
Terminal
# 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
Terminal
# 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
Terminal
# 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
Terminal
# 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

LiteSpeed Web Server CloudLinux OS MariaDB 10.11 PHP 8.3 Imunify360 JetBackup 5 Softaculous DirectAdmin Let's Encrypt SSL SpamExperts DNS Cluster Global CDN

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 Docs

WHMCS API (For Resellers)

Automate billing, provisioning, and client management. Perfect for resellers and agencies managing multiple client accounts.

View WHMCS API Docs

Softaculous API

Automate app installations, updates, and backups across your hosting accounts.

View Softaculous Docs

Faciotech Status API Live

Query real-time server status and uptime history. Use the API in your dashboards and integrations.

View API documentation

Staging & Git Workflow

Safe development workflow with one-click staging environments

1

Create Staging

One-click staging copy

2

Develop & Test

Safe sandbox environment

3

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

Changelog / Recent Updates

Latest infrastructure and feature updates

Feb 2026
PHP 8.3 now available on all shared hosting plans
Jan 2026
New CDN nodes added for improved African routing
Dec 2025
Imunify360 upgraded to latest version with enhanced AI detection
Nov 2025
JetBackup 5 rolled out — faster restores, better scheduling
Oct 2025
LiteSpeed Web Server updated to 6.x series

Ready to build on Faciotech?

Get started with developer-friendly hosting today.

EXPLORE