Install, Uninstall, Start, and Stop Commands

Install, Uninstall, Start, and Stop Commands

DISPLAX Service – Install, Uninstall, Start, and Stop Commands

Overview

DISPLAX Service can be fully managed from the command line. Dedicated parameters allow you to install, uninstall, start, or terminate the service without using the graphical interface. These commands are typically used for advanced setup, automation, troubleshooting, or remote system management.


Install DISPLAX Service

To install DISPLAX Service via the command line, run one of the following commands:

displaxservice -i

or

displaxservice --install

When to Use

  • Installing DISPLAX Service after a manual cleanup

  • Automating deployments

  • Repairing missing or damaged service installations


Uninstall DISPLAX Service

To completely remove DISPLAX Service from the system, use one of the following commands:

displaxservice -u

or

displaxservice --uninstall

When to Use

  • Preparing for a clean reinstall

  • Removing DISPLAX software from a system

  • Troubleshooting corrupted service behavior


Start DISPLAX Service

To start the DISPLAX Service manually, run:

displaxservice -s

or

displaxservice --start

When to Use

  • Restarting the service after installation

  • Recovering from a stopped or inactive state

  • Verifying service availability before running advanced commands


Terminate (Stop) DISPLAX Service

To terminate a running instance of DISPLAX Service, use:

displaxservice -t

or

displaxservice --terminate

When to Use

  • Performing maintenance or updates

  • Troubleshooting service-related issues

  • Preparing to uninstall the service


Best Practices

  • Run command-line operations with appropriate system permissions.

  • Verify the service status after installing or starting the service.

  • Avoid terminating the service while DISPLAX Connect is actively in use.

  • Use the version/status command to confirm service state after changes.:

    displaxservice -v

    or

    displaxservice --version