Hosting Remote Control (HRC)
A Curated Suite for Command-Line Hosting Management
HRC is a modular, script-driven toolset built for developers, sysadmins, and hosting providers who need precision control over their Linux-based environments. From spinning up new NGINX or Apache sites to managing ColdFusion services, automating backups, or optimizing disk usage, HRC empowers you to operate with confidence and speed.
Centralized Configuration
At the heart of HRC is the hrc-configuration file, your single source of truth.
Define backup paths, hostname aliases, and global environment values in one place.
Every HRC command pulls from this central file, enabling:
- Seamless deployment across servers
- Easy customization to fit your stack
- Cleaner, safer, and more maintainable scripts
Script Categories
Site Management
hrc-apache-site-create– Create Apache site configurationshrc-nginx-site-create– Create NGINX site configurationshrc-nginx-access-log-sample– Sample access logs for reviewhrc-nginx-access-update– Refresh access ruleshrc-nginx-log-monitor– Monitor live NGINX logshrc-nginx-log-monitor-filtered– Filter log output in real time
ColdFusion Tools
hrc-coldfusion-keystore-export– Export SSL keystorehrc-coldfusion-keystore-import– Import certificateshrc-coldfusion-mail-respool– Retry queued email deliveryhrc-coldfusion-restart– Restart ColdFusion server
Backup and Archive
hrc-backup-applications– Backup application directorieshrc-backup-content– Archive static assetshrc-backup-databases– Dump and store databaseshrc-backup-logs– Archive server logshrc-backup-connect– Mount remote backup locationhrc-backup-connect-test– Test remote connectionhrc-backup-connect-verify– Confirm mount existencehrc-backup-cleanup– Remove outdated backup files
Optimization and Monitoring
hrc-image-optimize– Compress image assetshrc-monitor-disk-space– Report current disk usage
Permissions and Access
hrc-permissions-www– Set proper web directory permissionshrc-permissions-www-fix– Correct ownership and access issues
Remote and Server Control
hrc-remote-test– Test SSH connectivity to hostshrc-server-startup– Start core serviceshrc-server-shutdown– Stop services gracefully
Why HRC?
- Modular by design – Use only what you need
- Environment-aware – One config file to rule them all
- Automation-ready – Ideal for crons, CI/CD, or manual use
- ColdFusion-friendly – Native support for CF environments
- Built for Linux – Tested on real production stacks