Skip to content
Installation

Installation

Install the first X Acceleration Engine Master directly on a supported 64-bit Linux server with systemd and root access.

1. Check System Requirements

Confirm that the server meets the System Requirements before downloading the installer.

2. Download and Install Engine

Download the current stable installation package:

wget http://ftp.xaccel-codec.com/releases/xaccel-engine-1.0.0.sh

Run the installer as root and review the product terms when prompted:

bash ./xaccel-engine-1.0.0.sh --install

Engine is installed in /opt/xaccel-engine. The installer checks its runtime prerequisites before changing the system.

3. Wait for the Management Page

Wait for the installer to report that the service is ready. The default management page uses HTTP port 80:

http://<server-ip>/

Use the initial administrator credentials:

  • Username: admin
  • Password: admin

Sign in, change the administrator password immediately, and activate the license before creating services.

Troubleshoot or Roll Back

If the installer health check fails or the management page remains unavailable, inspect the Engine error log:

tail -n 100 /opt/xaccel-engine/log/error.log

Keep the error output and /var/log/xaccel-engine-installer.log when contacting X Acceleration support.

To restore a recovery point, run:

bash ./xaccel-engine-1.0.0.sh --recovery

Select the previous version, confirm the restore, and verify that the management page works normally.