Skip to content

wenchaopeng/WinQ-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language: 🇨🇳 🇺🇸

WinQ Server

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.

Port Open

Need to open the cloud server's 18888 port and 33445 port

Development Guide

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.

Clone repository and Modify the permissions of the script

git clone https://github.com/qlcchain/WinQ-Server
cd WinQ-Server
chmod +x *.sh

Run Script

including install docker script, download WinQ docker image, run image and print p2pid script

install docker

Run ./build.sh to install docker

download WinQ docker image,run image and print p2pid

Run ./start.sh ,you will receive the following reminder:

  • Do you want install openvpn[yes/no]:
    • if you choose 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;
    • if you already have vpn server On another server ,you can choose 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/.

Bugs/Feedback

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!

Links & Resources

License

MIT

About

WinQ Server,providing assets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%