List available hosts

List available hosts

If you want to see all available hosts on the network:

displaxservice -m

or

displaxservice --list-hosts

    • Related Articles

    • Enable / disable discovering other hosts

      You may enable/disable the option for DISPLAX Service to discover hosts on the network. To see the current status: $ displaxservice -discover-network To enable: $ displaxservice --list-hosts To disable: $ displaxservice --discover-network=false
    • List devices

      You can list all the devices connected to a certain computer. For example, if you want to list the devices on localhost you may type: $ displaxservice -a 127.0.0.1 -1 If you want to list the devices connected to a computer on the same network: ...
    • Enable / disable access for other hosts

      You may enable/disable the option for DISPLAX Service to accept connections from other hosts. To see the current status: $ displaxservice --allow-network To enable: $ displaxservice --allow-network=true To disable: $ displaxservice ...
    • Help

      Entering the parameter “-h” or “–help” will show a list of all DISPLAX Service command options, and information about each one: ​
    • Connect to a host

      To connect to a host you may use this parameter. Every time you want to see or change settings on a local/remote device, you need to connect to it. You could use the localhost address (127.0.0.1) to control a device connected to the same computer ...