Allow Network Connections

Allow Network Connections

DISPLAX Service – Allow Network Connections

Overview

DISPLAX Service can be configured to accept or block connections from other devices on the network. This setting controls whether remote hosts are allowed to connect to DISPLAX Service for discovery, monitoring, or advanced remote features.

For security reasons, network access can be explicitly enabled or disabled using command-line parameters.


Check Current Network Access Status

To view whether DISPLAX Service is currently allowed to accept network connections, open a terminal or command prompt and run:

displaxservice --allow-network

The command will return the current status:

  • true – Network connections are allowed

  • false – Network connections are blocked


Enable Network Connections

To allow DISPLAX Service to accept connections from other hosts on the network, run:

displaxservice --allow-network=true

When to Enable

  • Using remote features such as DISPLAX Cast

  • Integrating with external systems or tools

  • Managing or monitoring touch devices from another machine

  • Running multi-device or distributed installations


Disable Network Connections

To prevent DISPLAX Service from accepting network connections, run:

displaxservice --allow-network=false

When to Disable

  • Securing standalone systems

  • Environments with strict network policies

  • Preventing unauthorized remote access

  • Systems that do not require remote connectivity


Security & Best Practices

  • Only enable network access when remote features are required.

  • Disable network access on production systems that do not need remote control.

  • Ensure firewall rules and network permissions align with your security policies.

  • Verify service status after changing this setting.


    • Related Articles

    • What is DISPLAX Service?

      DISPLAX Service Overview DISPLAX Service is a background process (agent/daemon) installed alongside DISPLAX Connect that enables low-level communication with your DISPLAX Touch Controllers. It acts as a command-line interface, allowing advanced ...
    • Enable or Disable Network Host Discovery

      DISPLAX Service – Enable or Disable Network Host Discovery Overview DISPLAX Service includes a network discovery feature that allows it to find and list other DISPLAX-enabled hosts on the same network. This is commonly used for remote management, ...
    • Connect to a host

      DISPLAX Service – Connect to a Host Overview To view or modify settings on a touch device using DISPLAX Service, you must first connect to the host computer where the device is attached. This applies to both local devices (connected to the same ...
    • Touch operation mode

      Overview By default, DISPLAX Touch Controllers automatically select the correct touch operation mode for the operating system in use. In most cases, no manual configuration is required. However, if your application or environment requires a specific ...
    • List Available Hosts on the Network

      DISPLAX Service – List Available Hosts on the Network Overview DISPLAX Service provides a command that allows you to list all available DISPLAX hosts detected on the same network. This feature is commonly used to identify reachable systems running ...