IM-Press Hosting Manager is the proposed separate companion for approval-gated cPanel, SSH, email, logs, cache, permissions, and recovery tasks. It is not included in IM-Press Core 5.2.3; the operations below describe the intended safety model.
Sometimes a WordPress problem is really a hosting problem: email settings, PHP logs, OPcache, disk space, DNS, SSL, or a broken plugin. The Hosting Manager concept is intended for those moments β not for everyday page editing.
Start with diagnostics before changing anything.
Low-risk maintenance should be typed, scoped, and logged.
Risky actions need explicit approval, rollback awareness, and audit trail.
The design goal is not βAI can do anything.β It is βa separately implemented agent can do the right thing, in the right risk tier, with the right approval.β
Diagnostics that help decide whether hosting access is actually needed.
Bounded actions that are safer than open-ended SSH sessions.
Emergency or destructive changes with user approval and rollback check.
Most work should happen through IM-Press Core: AI page import, content editing, SEO, Safe Deploy, and review. A separately implemented Hosting Manager should appear only when the task leaves WordPress and enters the hosting account. The example intents below are illustrative, not shipped Core endpoints.
Use IM-Press Core, REST/OpenAPI, Safe Deploy, and optional MCP workflows only when configured.
Read-only checks identify whether cPanel/SSH access is required.
User confirms the exact hosting-level action and scope.
Perform the typed operation, validate result, and record what changed.
HostGator/cPanel work does come up: email changes, SSL/DNS checks, logs, permissions, or broken-site recovery. The proposed Hosting Manager is intended to give those tasks a safer workflow instead of relying on memory or ad hoc commands.
Assist with cPanel email changes, forwards, DNS summaries, and related checks when requested.
Inspect PHP errors, logs, versions, disk, inodes, cron, and cache state before changing a site.
When approved, help disable a bad plugin, restore from backup, or repair standard permissions.
Start with IM-Press Core for WordPress creation and editing. Treat Hosting Manager as a proposed separate, auditable layer that requires its own implementation and approval before higher-privilege use.