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


    • Related Articles

    • Parameter Syntax

      DISPLAX Service – Parameter Syntax Overview When using DISPLAX Service from the command line, the same syntax is used to view a parameter’s current value or change that parameter. This unified syntax makes it easy to manage device settings locally or ...
    • Help

      DISPLAX Service – Help Overview DISPLAX Service includes a built-in help command that displays all available command-line options and a short description of each one. This is useful for users working with advanced features, automation, scripting, or ...
    • Enable / disable TUIO

      Overview All DISPLAX touch products support the TUIO protocol, allowing touch data to be sent over the network to compatible client applications. When TUIO is enabled, the Touch Controller sends the following data: X coordinate Y coordinate Pressure ...
    • Version

      DISPLAX Service – Version and Status Command Overview DISPLAX Service provides a command-line parameter that allows you to quickly check the installed version and current running status of the service. This is useful for troubleshooting, verifying ...
    • Serial Number

      Overview The Serial Number command allows you to retrieve the unique serial number of a DISPLAX Touch Controller. The serial number is required for: Specifying a device to run commands on when multiple devices are connected Technical support requests ...