Skip to content

Run with green software

Michael-X-Net edited this page Feb 3, 2023 · 1 revision

run with green software

Configure the no_mess_system parameter

By default, XX-Net will automatically import the certificate to the system when it starts, and will automatically create a shortcut on the desktop after each upgrade and move the software location.

By configuring no_mess_system, you can make XX-Net run as a green software, without actively modifying the system, importing certificates, or creating shortcuts.

Configuration method:
  • Web UI - System configuration options - Run as green software

  • Manually modify the configuration file data/launcher/config.yaml to add no_mess_system: 1

  • After configuring the environment variable XXNET_NO_MESS_SYSTEM=1 and running the software, the software will configure no_mess_system to 1. Under Unix you can use

    env XXNET_NO_MESS_SYSTEM=1 ./start

    run.

Clone this wiki locally