Change Center is a controlled workflow for configuration changes. Instead of sending an edited file directly to a server, you create a change request that can be reviewed, validated, approved, deployed in stages and rolled back from one place.
The workflow is available from the HAProxy, NGINX, Apache and Keepalived configuration editors.
It is designed for both standalone servers and HA clusters. When the selected server is a cluster master, Change Center captures the existing master/slave topology and tracks every target separately. You can see which node was validated, which batch is running, the health-check result and the exact output of every operation.
Information
Creating a change does not modify the live configuration. A server is changed only after the request has passed validation and the deployment is started.
Direct configuration editing is useful for a quick change on one server, but it gives an operator very little protection when several nodes, reviewers or maintenance windows are involved. Change Center adds the missing safety and visibility around the same configuration workflow.
Direct deployment Change Center
The edited file is applied immediately. The candidate is stored as a draft and can be reviewed before any server is changed.
The operator must coordinate cluster nodes manually. Cluster targets, order, batches, canaries and exclusions are recorded in the rollout plan.
Errors are discovered during or after the update. The candidate is validated on every included target before deployment.
The previous state must be found and restored manually. A separate pre-change snapshot is captured for every target and used for rollback.
It is difficult to reconstruct who changed what and why. The diff, author, approver, target results and timeline remain attached to the change.
Later manual edits may remain unnoticed. Drift detection compares the live file with the deployed baseline.
A typical successful lifecycle is Draft → Validated → Approved (if required) → Deploying → Deployed. Validation, deployment and rollback failures have their own states, so a green success message is never used to hide a failed target.
The target list is a snapshot of the topology at creation time. If the master/slave topology changes before deployment, create a new change so that the rollout plan and rollback snapshots match the current cluster.
Click Validate while the change is in Draft or Validation failed. Roxy-WI runs the service-specific configuration check on every included node. An excluded slave is skipped and its reason remains visible in the rollout table.
If any target rejects the candidate, the change becomes Validation failed. Open the details to see the result for that target. Retry validation when the failure was temporary; when the candidate itself is invalid, correct it in the configuration editor and create a new change. No live configuration is replaced during this step.
When Require approval by another administrator is enabled, a successfully validated change becomes Pending approval. An administrator with access to the same group can approve it, but the author cannot approve their own request. This provides a real four-eyes review instead of a self-confirmation checkbox.
Setting How it works
Rolling Deploys the configuration in batches. With the automatic batch size, one node is processed at a time. This is the safer default for a live cluster.
Parallel Processes several targets concurrently, up to the configured maximum. Use it when speed is more important and the service can tolerate simultaneous changes.
Canary Deploys selected slave nodes in the first batch. If the canary fails validation, deployment or health checks, the remaining nodes are not changed.
Manual promotion Stops after a successful batch with Awaiting promotion. Inspect the service, then click Promote to continue with the next batch.
Exclude Temporarily removes an unavailable slave from this rollout. The master or a standalone target cannot be excluded.
For a master/slave cluster, slaves are processed before the master. A target that already reached Deployed is not applied again when an interrupted rollout is resumed.
Health-check modes are Full (configuration and service state), Configuration only, Service only and None. You can also configure retry attempts and the delay between attempts. For a save-only action, no runtime service check is required.
A validated or approved change can be deployed immediately or scheduled. The scheduling dialog uses your browser's local time and can include a maintenance-window end. If the scheduler cannot start the change before that deadline, the request becomes Schedule missed instead of being deployed outside the approved window.
Pause is safe by design: it requests a stop after the currently running batch, rather than interrupting an upload in the middle. The status first becomes Pause requested and then Paused. Use Resume to continue from the remaining targets. When manual promotion is enabled, use Promote after reviewing the completed batch.
Information
If validation, deployment or rollback remains in progress after a process interruption, Recover becomes available after five minutes. Recovery only unlocks the workflow; it does not guess or overwrite the remote state. Inspect target results before retrying, resuming or rolling back.
At creation time, Change Center downloads and stores the current configuration separately for every included target. These snapshots are the rollback source; the application does not assume that all cluster nodes started with identical files.
If deployment or a post-deployment health check fails, the rollout stops and Roxy-WI automatically attempts to restore every target affected by that attempt. The final state distinguishes Auto rolled back from Auto rollback failed, and the per-node output explains what succeeded and what still needs attention.
You can also roll back a completed change, or roll back one target from the details view when the workflow state allows it. After a partial failure, use the per-node actions to retry, roll back, exclude or include a slave without repeating successful targets unnecessarily.
Configuration drift means that the file currently present on a target no longer matches the configuration that Change Center deployed. This can happen after a manual SSH edit, another automation tool, a package script or an incomplete recovery.
Click Check drift on a deployed change. Roxy-WI downloads the current file from every deployed, non-excluded target and compares it byte-for-byte with that change's deployed draft. The result is shown for the whole change and for each target:
Information
Drift detection is intentionally available only after a successful deployment and only while deployed targets exist. It reports unexpected changes; it does not overwrite them automatically. Review the diff, then create a new change or perform an explicit rollback.
The timeline records creation, validation, approval, scheduling, every rollout batch, target results, pause and promotion, rollback and drift events. The global Audit history can be filtered by text, service, event, status and date, and deployment reports can be exported for incident review or compliance records.
During change creation, select the exact recipients that should be notified. Email recipients come from users in the active group. Telegram, Slack, Mattermost and PagerDuty destinations come from Monitoring → Channels. Change Center sends notifications for scheduled or missed deployments, deployment and rollback results, and drift state changes.
Webhooks are configured from the Change Center overview. Each webhook has its own event selection, enabled state, TLS verification option and optional signing secret. Delivery is queued and retried, so a slow notification endpoint does not block the deployment itself.
Status Meaning and next step
DraftEdit the request or run validation.
Validation failedReview the target output. Retry a temporary failure, or correct the configuration and create a new change.
ValidatedThe request is ready to deploy or schedule without approval.
Pending approvalAnother administrator must review and approve the request.
ApprovedThe approved request is ready to deploy or schedule.
ScheduledThe scheduler will claim the request at the selected time.
DeployingOne or more rollout targets are being processed.
Pause requestedThe active batch is allowed to finish; click Resume to cancel the pending pause.
PausedThe rollout stopped safely between batches and can be resumed.
Awaiting promotionA batch completed and requires manual promotion before the next batch.
Deployment interruptedVerify remote state, then resume, retry a target or roll back.
DeployedAll included targets completed successfully; drift detection is available.
Auto rolled backDeployment failed and all affected targets were restored automatically.
Auto rollback failedDeployment and at least one automatic restore failed; inspect per-node output.
Rolling back / Rolled backAn explicit restore is running / completed successfully.
Rollback failedAt least one target could not be restored; correct the cause and retry.
Schedule missedThe maintenance window expired or the scheduled deployment could not start; inspect the output and reschedule or deploy manually.
CancelledThe request was closed without deployment.
The main advantage of Change Center is not simply another way to upload a configuration. It makes the entire delivery decision visible: what will change, who reviewed it, where it will be deployed, how quickly it will move through the cluster, whether every node stayed healthy and whether the live configuration still matches the approved result later.