Skip to content
Developer Hub

For Developers

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

$ ssh deploy@faciotech.com|

Teams already building with us

AgroFresh Supplies Maple Ridge GreenLeaf Khols

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

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

Build 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

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

Pay your way, in your currency

Settle up however works for you — no juggling foreign cards or conversion guesswork.

Visa / Mastercard PayPal Mobile Money
GHS USD CAD

Is this the right fit for you?

Honest guidance so you land on the plan that matches how you actually work

Choose this if

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 hosting
Consider instead

You 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 hosting
Consider instead

You 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 hosting
Consider instead

You'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 APIs

Developer FAQ

The questions developers ask us before they build

Is SSH available on all plans?
Yes. Secure shell access is included on every hosting plan, so you can manage files, run WP-CLI and Composer, and script deployments straight from the command line.
Which PHP versions can I run, and can I switch per site?
We support PHP 7.4, 8.0, 8.1, 8.2 and 8.3, and you can switch versions at any time. Different sites on the same account can run different versions where your plan hosts multiple domains.
How do I deploy with Git?
Initialise a repo in your web root over SSH, add your remote, and pull on deploy — or wire up a deployment hook to auto-pull on push. See the Git deployment example in our Quick Start Guides above, or the full documentation.
Is staging included or does it cost extra?
One-click staging is included on every hosting plan at no extra cost. Clone your live site, test changes safely in a sandbox, and push to production only when you're confident.
Can I run Node.js or Python apps?
Yes — Node.js and Python apps are supported on the appropriate plans, with custom configurations available. If you're unsure which plan fits your runtime, talk to our team before you buy.
How does migrating from my current host work?
We move your files, databases, email and DNS with launch checks along the way. A staging copy goes up first so your live site stays online during cutover. Start a request from our Support Center.
How do I get API access and authenticate?
Our Status API is documented for querying real-time server status and uptime history, and our CRM & ERP platform APIs use OAuth 2.0 with token-based, scoped access. Full references live in the API documentation.
Which currencies and payment methods do you accept?
You can pay by Visa/Mastercard, PayPal or Mobile Money, billed in GHS, USD or CAD — pick whatever is easiest for you, with no foreign-card juggling required.

Ready to build on Faciotech?

Get started with developer-friendly hosting today.

Popular with developers

Loading