The WinQ server is used together with the WinQ mobile terminal to solve the problem of mobile terminal asset retention, power consumption, and traffic consumption. The WinQ server maintains the resident of the asset. The user directly connects to the server-side WinQ to use the asset, and the WinQ mobile terminal implements the functions of managing the server asset, such as registering assets and settlement.
Need to open the cloud server's 18888 port and 33445 port
WinQ Server uses the docker deployment method, which can be easily deployed to the cloud server by running scripts. Currently, only the Linux operating system is supported.
git clone https://github.com/qlcchain/WinQ-Server
cd WinQ-Server
chmod +x *.sh
including install docker script, download WinQ docker image, run image and print p2pid script
Run ./build.sh
to install docker
Run ./start.sh
,you will receive the following reminder:
Do you want install openvpn[yes/no]:
yes
,will install openvpn on current server and you will receive the following reminder:
Common Name (eg: your user, host, or server name) [Easy-RSA CA]:
,press the Enter key; no
and you can put your .ovpn file to current server,the path is the WinQ folder under the current user's home directory,for example, if the current user is root
, the path is /root/WinQ/
.If you run into any issues, please use the GitHub Issue Tracker We are continually improving and adding new features based on the feedback you provide, so please let your opinions be known!
MIT