jshelp
Jumpstation custom-tool help.
INMOTION HOSTING SUPPORT
Fast, platform-aware troubleshooting for live contacts. IMH internal commands are based only on the supplied internal references; cPanel/InMotion behavior is tied to current official documentation.
IMH access tools, role tags, and live-contact workflow.
jshelp
Jumpstation custom-tool help.
jump SERVER
Primary SSH wrapper for shared, VPS, dedicated, and internal assets. Supports -p, -v, and -c.
t1ssh VPS_ID
T1 VPS SSH access.
havps find VPS_ID
Locate a VPS parent node.
havps enter VPS_ID
Create a shell inside a VPS through its host node.
havps node VPS_ID
Locate and SSH to the VPS node.
imhsc ip IP
System Center IP lookup.
imhsc vps VPS_ID
System Center VPS lookup.
imhsc dedi SERVER
System Center dedicated lookup.
imhsc dedi SERVER --status STATUS
Change dedicated server status; role/policy dependent.
imhsc dedi SERVER --note 'TEXT'
Add/update dedicated server note; role/policy dependent.
cloudssh SERVER
SSH wrapper for OpenMetal clouds.
Fast domain verification, authoritative checks, and DNS-cluster workflows.
check-domain -d DOMAIN
RDAP plus common DNS and mail-authentication records.
check-domain -d DOMAIN -m
Also resolve MX record IPs.
check-domain -d DOMAIN -S
Check DNSSEC status.
check-domain -d DOMAIN -k SELECTOR
Check a specific DKIM selector.
check-domain -d DOMAIN -n NAMESERVER
Use a specific nameserver.
newcall DOMAIN
IMH all-in-one DNS overview.
newcall DOMAIN prop
Propagation check.
newcall DOMAIN spam
Spam-oriented NS/PTR/MX/SPF/DMARC check.
newcall DOMAIN ssl
SSL-oriented checks.
newcall DOMAIN caa
CAA check.
newcall DOMAIN redirect
Redirect check.
dig +short A DOMAIN
IPv4.
dig +short AAAA DOMAIN
IPv6.
dig +short MX DOMAIN
Mail exchangers.
dig +short NS DOMAIN
Authoritative nameservers.
dig +short TXT DOMAIN
TXT/SPF/verification.
dig +short CAA DOMAIN
CAA.
dig @1.1.1.1 DOMAIN A +short
Compare Cloudflare public resolver.
dig @8.8.8.8 DOMAIN A +short
Compare Google public resolver.
dig +trace DOMAIN
Delegation trace.
dns-sync DOMAIN
Attempt IMH DNS-zone sync. Wraps dnscluster synczone and checks cPanel error logs.
dns-sync -s DOMAIN
Force SOA serial update.
Reproduce the problem, capture evidence, then follow the correct backend path.
Check .htaccess, permissions, ModSecurity/WAF, and access restrictions.
Check URL/path, WordPress permalinks/rewrite, and .htaccess.
Content negotiation is possible; on IMH hosting also check ModSecurity/WAF false positives.
Check domain PHP log, Apache error log, .htaccess, PHP compatibility/resources, and database failures.
Investigate proxy/upstream communication, NGINX ↔ Apache/PHP-FPM, and backend health.
Check maintenance state, resources, backend/cache/DB availability, and worker limits.
Check long PHP/DB work, overloaded PHP-FPM/Apache, and upstream timeout conditions.
curl -skI https://DOMAIN/PATH
Status and headers.
curl -ILk https://DOMAIN/PATH
Follow redirect chain.
curl -A 'Mozilla/5.0' -skI https://DOMAIN/PATH
Compare browser-like User-Agent behavior.
curl -sk -o /dev/null -w 'HTTP:%{http_code} TTFB:%{time_starttransfer}s Total:%{time_total}s\n' https://DOMAIN/
Status plus TTFB and total time.
curl -skI --resolve DOMAIN:443:ORIGIN_IP https://DOMAIN/
Test a specific origin without changing DNS.
Current IMH cPanel/CWP log locations. Confirm the platform before searching.
| Use | Path |
|---|---|
| Global Apache error | /var/log/apache2/error_log |
| Global Apache access | /var/log/apache2/access_log |
| Domain logs (IMH quick ref) | /var/log/apache2/domlogs/ |
| Domain logs (cPanel canonical) | /etc/apache2/logs/domlogs/ |
| Account raw access | ~/access-logs/ |
| Archived HTTP | ~/logs/DOMAIN-Mon-YEAR.gz |
| Archived SSL | ~/logs/DOMAIN-ssl_log-Mon-YEAR.gz |
| ModSecurity audit | /var/log/apache2/modsec_audit.log |
| Domain PHP | ~/logs/DOMAIN_com.php.error.log |
| EA-PHP FPM | /opt/cpanel/ea-phpXX/root/usr/var/php-fpm/error.log |
| cPanel internal PHP-FPM | /usr/local/cpanel/logs/php-fpm/error.log |
| Exim main | /var/log/exim_mainlog |
| Exim reject | /var/log/exim_rejectlog |
| Exim panic | /var/log/exim_paniclog |
| Dovecot | /var/log/maillog |
| AutoSSL | /var/cpanel/logs/autossl/ |
| cPHulk | /usr/local/cpanel/logs/cphulkd.log |
| SSH / SFTP | /var/log/secure |
| Cron | /var/log/cron |
| Use | Path |
|---|---|
| Apache error | /usr/local/apache/logs/error_log |
| Apache access | /usr/local/apache/logs/access_log |
| Domain logs | /usr/local/apache/domlogs/ |
| Webserver rebuild | /var/log/cwp/webservers.log |
| PHP mail | /usr/local/apache/logs/phpmail.log |
| CWP PHP Selector / FPM | /opt/alt/php-fpm*/usr/var/log/php-fpm.log |
| ModSecurity audit | /usr/local/apache/logs/modsec_audit.log |
| CWP service access | /usr/local/cwpsrv/logs/access_log |
| CWP service error | /usr/local/cwpsrv/logs/error_log |
| Postfix SMTP | /var/log/maillog |
| Dovecot | /var/log/dovecot-info.log |
| AutoSSL | /var/log/cwp/autossl.log |
| Hostname AutoSSL | /root/.acme.sh/acme.sh.log |
| SSH / SFTP | /var/log/secure |
| Cron | /var/log/cron |
grep -i 'DOMAIN' /var/log/apache2/error_log | tail -100
Last 100 cPanel domain-related Apache errors.
grep -i 'DOMAIN' /usr/local/apache/logs/error_log | tail -100
Last 100 CWP domain-related Apache errors.
grep -i 'DOMAIN' /var/log/apache2/error_log | grep -Ei 'ModSecurity|403|406' | tail -100
cPanel ModSecurity/access errors.
tail -100 ~/logs/DOMAIN_com.php.error.log
Recent domain PHP errors.
grep -i 'USERNAME\|IP' /var/log/secure | tail -100
SSH/SFTP authentication evidence.
grep -i 'USERNAME\|IP' /usr/local/cpanel/logs/cphulkd.log | tail -100
cPHulk evidence.
grep -Ri 'DOMAIN' /var/cpanel/logs/autossl/ | tail -100
AutoSSL evidence.
Inspect first; use IMH fixperms instead of blanket recursive permission changes.
pwd; whoami
Confirm execution context.
ls -lah
Files, owner/group, permissions, hidden files.
stat FILE
Exact owner, group, mode, and timestamps.
namei -l /FULL/PATH
Permissions/ownership for every component in the path.
find . -type f -perm /002 -print
World-writable files.
find . -type d -perm /002 -print
World-writable directories.
fixperms -v -n USER
IMH verbose no-op preview. Run on the target server.
fixperms USER
IMH cPanel-user permission repair.
fixperms --skip-mail USER
Skip mailperm on etc/mail.
fixperms --skip PATH USER
Skip selected paths.
fixperms --no-preserve-exec USER
Do not preserve execute bits; not a routine repair option.
du -sh .; du -sh * 2>/dev/null | sort -h
Current directory and child sizes.
df -h; df -i
Filesystem space and inode usage.
WP-CLI checks and safe troubleshooting sequence.
wp core version
WordPress version.
wp core verify-checksums
Core integrity.
wp plugin list
Plugin state and versions.
wp theme list
Theme state and versions.
wp user list
Users and roles.
wp option get home; wp option get siteurl
Canonical URLs.
wp cron event list
Cron events.
wp db check
Database table check.
wp config get DB_NAME
Configured WordPress DB name.
wp search-replace 'OLD' 'NEW' --all-tables-with-prefix --dry-run
Serialized-safe preview.
wp plugin deactivate PLUGIN
Plugin isolation.
wp cache flush
Flush WordPress object cache.
wp rewrite flush
Flush rewrite rules.
wp cron event run --due-now
Run due cron events.
wp option update home 'https://DOMAIN'
Change WordPress home URL.
wp option update siteurl 'https://DOMAIN'
Change WordPress site URL.
Current cPanel-supported PHP-FPM and service checks.
php -v
CLI PHP version.
php -m | sort
Loaded CLI PHP modules.
ps aux | grep '[p]hp-fpm'
FPM processes/pools.
/usr/local/cpanel/scripts/php_fpm_config --check
Official cPanel PHP-FPM configuration consistency check.
/usr/local/cpanel/scripts/php_fpm_config --check --json
JSON FPM check output.
/usr/local/cpanel/scripts/php_fpm_config --rebuild --domain=DOMAIN
Rebuild one domain's FPM configuration.
/usr/local/cpanel/scripts/php_fpm_config --rebuild
Rebuild all FPM configuration.
/usr/local/cpanel/scripts/restartsrv_httpd --check
Check Apache service.
/usr/local/cpanel/scripts/restartsrv_httpd --restart
Soft restart Apache using cPanel script.
/usr/local/cpanel/scripts/restartsrv_apache_php_fpm --restart
Restart Apache PHP-FPM service.
/usr/local/cpanel/scripts/restartsrv_exim --restart
Restart Exim.
/usr/local/cpanel/scripts/restartsrv_dovecot --restart
Restart Dovecot.
/usr/local/cpanel/scripts/restartsrv_mysql --restart
Restart MySQL/MariaDB through cPanel wrapper.
Exim/Dovecot investigations, IMH mail diagnostics, and high-risk actions.
exim -bpc
Outgoing queue count. IMH internal guide notes VPS+ context.
exim -bp
Queue listing.
exim -bp | exiqsumm
Queue summary.
exigrep 'ADDRESS' /var/log/exim_mainlog
Trace an address.
exigrep 'MESSAGE_ID' /var/log/exim_mainlog
Trace a message ID.
grep -F 'ADDRESS' /var/log/exim_rejectlog | tail -100
Recent rejects.
sudo cat /etc/mailips
Shared mail-IP mapping where sudo is allowed.
addlocaldomain DOMAIN
Set local routing when diagnosis supports it.
rmlocaldomain DOMAIN
Remove local routing for remote MX.
/opt/dedrads/check_imap --mailbox
IMAP connections by mailbox.
/opt/dedrads/check_imap --userconns
IMAP connections by user.
/opt/dedrads/check_imap --login_failed
Failed login IPs.
/opt/dedrads/check_imap --login_ip | sort -nr | head -10
Email logins by IP.
/opt/dedrads/check_exim --queuebybounceback | sort -nr | head -10
Bounce destinations.
/opt/dedrads/check_boxtrapper --logs
BoxTrapper-war check.
find . -name 'dovecot.*' -ls -delete
Delete Dovecot indexes from the correct cPanel-user mail scope.
find /var/spool/exim/input -type f -exec rm -f {} +
Clear ALL pending outgoing Exim messages.
DNS → CAA → certificate → DCV → CDN/origin → application.
check-domain -d DOMAIN
DNS and registration baseline.
newcall DOMAIN caa
CAA check.
newcall DOMAIN ssl
IMH SSL checks.
dig +short A DOMAIN; dig +short AAAA DOMAIN; dig +short CAA DOMAIN
Manual DCV prerequisites.
openssl s_client -connect DOMAIN:443 -servername DOMAIN </dev/null 2>/dev/null | openssl x509 -noout -subject -issuer -dates
Certificate actually presented.
curl -ILk http://DOMAIN; curl -ILk https://DOMAIN
HTTP/HTTPS redirect behavior.
grep -Ri 'DOMAIN' /var/cpanel/logs/autossl/ | tail -100
AutoSSL evidence.
Resource checks, MySQL/MariaDB, ports, and connectivity.
uptime
Load averages.
free -m
Memory and swap.
df -h; df -i
Disk and inodes.
ps aux --sort=-%cpu | head -20
Top CPU consumers.
ps aux --sort=-%mem | head -20
Top memory consumers.
journalctl -p err -n 100 --no-pager
Recent systemd errors.
mysql --version
MySQL/MariaDB client/version.
mysqladmin status
Database server status.
mysql -e 'SHOW FULL PROCESSLIST;'
Active queries.
mysqldump -u DBUSER -p DBNAME > DBNAME-$(date +%F).sql
Logical database backup.
mysql -u DBUSER -p DBNAME < backup.sql
Database import/restore.
ss -lntup
Listening TCP/UDP sockets; process detail may require root.
nc -vz HOST PORT
TCP connectivity.
traceroute HOST
Network path.
ping -c 4 HOST
Basic ICMP reachability.
IMH best-practice escalation gate and concise handoff format.
| Agent Role | T1 / T1E |
|---|---|
| Quick Copy | account / server / domain |
| Platform | cPanel / CWP / UltraStack |
| Affected Address | exact URL or service |
| PP Link | correct account |
| Verified | True / False |
| Contact Type | Chat / Phone / etc. |
| Issue or Request | one concise statement |
| Troubleshooting | replication + DNS + logs + tests + results |
| Escalation Question | specific technical action/decision needed |
Source hierarchy used to build this site.
| Source | Reference |
|---|---|
| IMH internal | Jumpstation Custom Tools Quickstart and live --help output — jump, t1ssh, havps, imhsc, newcall, check-domain, cloudssh |
| IMH internal | fixperms --help — server-side cPanel permission repair syntax |
| IMH internal | dns-sync --help — DNS sync behavior, 401/409 diagnostics, Shared/VPS+ notes |
| IMH internal | Quick Reference Guide - Logs — updated Jul 22, 2026 — cPanel and CWP operational log paths |
| IMH internal | Quick Reference Guide - Email — IMH email scripts and explicit T1E/APS boundaries |
| IMH internal | Escalations - Best Practices — updated Jul 7, 2026 — escalation workflow |
| InMotion | HTTP Error Codes — updated Dec 31, 2025 |
| InMotion | SSL & AutoSSL Guide |
| InMotion | SSH and Root Access |
| cPanel | The cPanel Log Files |
| cPanel | WHM Scripts |
| cPanel | restartsrv Script |
| cPanel | php_fpm_config Script |
/var/log/apache2/domlogs/. Current cPanel documentation lists the EasyApache 4 canonical location under /etc/apache2/logs/domlogs/. This site preserves both instead of guessing that one is universally wrong.