To run REMOTE just use this command:

docker run —restart=always —name remote —volume ./mount:/host —hostname remote —cap-add NET_ADMIN —cap-add SYS_PTRACE —log-opt max-size=10m —log-opt max-file=2 —device=/dev/net/tun -e PW_SYSTEM=0 -e PW_IP=192.168.1.235 -e PW_GATEWAY_PORT=80 -e PW_GUID=477f0aa7-50b0-4164-8f91-df74fa688045 —publish 6002:5000 —publish 8889:8889 —publish 8090:80 -t -d pintexx/remote

After running the app point your browser to ip:port/remote to enter your admin password and to login to the admin area.

Environment variables:

Name Description
PW_SYSTEM Has always value of 1, tells the app that it runs outside of the platform.
PW_IP The IP of the host.
PW_GATEWAY_PORT The port where the gateway should run, use 80 for testing.
PW_GUID A unique GUID per server, required for licensing and reporting.

Persistance:

—volume ./mount:/host The path where persistance shall be made.

Ports:

5000 The port, the application is running. In the sample mapped to port 6002.
8889 When administration shall work only for a local port.