Use this page when HangarForge AWS services, admin tools, or internal recovery UI are unavailable. Everything here is hosted on an external VPS and uses only static files.
Independent VPS: vm01.quantic
Nginx static site · TLS via Let's Encrypt
hft01-nginx and hfg01.s3://hangarforge-backups/.These browser checks verify whether public endpoints are reachable from your current network. They do not require HangarForge internal tooling.
Run checks to verify public reachability.
Run checks to verify public reachability.
Run checks to verify public reachability.
Run checks to verify public reachability.
Run checks to verify public reachability.
Run these from any shell with internet access.
dig +short recovery.hangarforge.com curl -I https://app.hangarforge.com curl -I https://admin.hangarforge.com curl -I https://api.hangarforge.com/health ssh ubuntu@107.23.156.171 ssh ubuntu@32.194.23.22
Download and run from your laptop or a clean recovery shell. All scripts are self-documenting and require explicit credentials via environment variables.
Tests DNS, HTTPS reachability, and key HangarForge endpoints from outside AWS.
curl -fsSLO https://recovery.hangarforge.com/downloads/check-public-endpoints.sh bash check-public-endpoints.sh
Lists recent backup objects in hangarforge-backups using AWS CLI.
curl -fsSLO https://recovery.hangarforge.com/downloads/list-s3-backups.sh bash list-s3-backups.sh
Streams a gzipped MySQL backup from S3 into a target Docker MySQL container.
MYSQL_ROOT_PASSWORD=... bash restore-mysql-from-s3.sh hfg01/mysql-test-YYYYMMDD_HHMMSS.sql.gz
Downloads and extracts a customer-file archive to a specified target directory.
bash restore-hfdata-from-s3.sh hfg01/hfdata-YYYYMMDD.tar.gz /data/hfdata
hft01-nginx, hfg01, vm01.quantic