Usage: vpncloud [options] [--config ] [-t ] [-d ] [-l ] [-c ...] [-s ...] Options: --config Read configuration options from the specified file. -t , --type Set the type of network ("tap" or "tun"). --device-path Set the path of the base device. -d , --device Name of the virtual device. -m , --mode The mode of the VPN ("hub", "switch", "router", or "normal"). -l , --listen The port number on which to listen for data. -c , --connect Address of a peer to connect to. -s , --subnet The local subnets to use. --magic Override the 4-byte magic header of each packet. --network-id Optional token that identifies the network. (DEPRECATED) --shared-key The shared key to encrypt all traffic. --crypto The encryption method to use ("aes256", or "chacha20"). --peer-timeout Peer timeout in seconds. --keepalive Periodically send message to keep connections alive. --dst-timeout Switch table entry timeout in seconds. --beacon-store The file or command to store the beacon. --beacon-load The file or command to load the beacon. --beacon-interval Beacon store/load interval in seconds. --ifup A command to setup the network interface. --ifdown A command to bring down the network interface. --pid-file Store the process id in this file when daemonizing. --user Run as other user. --group Run as other group. --log-file Print logs also to this file. --stats-file Print statistics to this file. --no-port-forwarding Disable automatic port forward. --daemon Run the process in the background. -v, --verbose Print debug information. -q, --quiet Only print errors and warnings. -h, --help Display the help. -V, --version Print the version and exit.