跳至内容
龙讯旷腾 pwmat Wiki
用户工具
注册
登录
站点工具
搜索
工具
显示页面
过去修订
全部折叠/展开
反向链接
最近更改
媒体管理器
网站地图
注册
登录
>
中文
最近更改
媒体管理器
网站地图
您的足迹:
en:pwstudio:server
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
{{htmlmetatags>metatag-robots=(index, follow)}} ====== Installing the server.py service on Linux ====== <wrap tip> In simple terms, this server.py service is a small program that talks to PWmat's servers to verify and load your software license. Once it's installed and running, the PWstudio container can obtain a valid authorization and be used normally. </wrap> ==== 1. Download the license service installer and upload it to the server ==== Link: http://223.70.160.60:9999/pwmat_cpu/PWmatLICENSE.tgz \\ Username: pwmat \\ Password: SimplyTheBest or [[https://www.pwmat.com/pwmat-resource/pwstudio/PWmatLICENSE.tgz|PWmatLICENSE.tgz]] Open the link above in a browser, enter the username/password, and download the ''PWmatLICENSE.tgz'' archive to your computer. Then use MobaXterm (or a similar tool — see [[en:pwstudio:mobaxterm|the MobaXterm beginner tutorial]]) to upload it to your Linux server (we recommend uploading it to your home directory). ==== 2. Extract the installer ==== Once uploaded, run the following commands on the server's terminal in order (we recommend copying and pasting the whole block, since the second ''cd'' command depends on the folder extracted by the first command): <code bash> tar -zxvf PWmatLICENSE.tgz cd PWmatLICENSE ./get_hdwkey.sh cat pwmat_hdwkey ;echo </code> > The first command extracts the archive; > the second enters the extracted folder; > the third runs a script that reads this server's hardware information and generates a key string (called ''pwmat_hdwkey'') used to request a license; > the fourth prints that key text directly to the screen. > Request a [[http://a.lonxun.com/client/apply_license|PWstudio license file]] > > Paste the ''pwmat_hdwkey'' value you just generated into the corresponding field on the license request form (just copy and paste the whole string the terminal printed out) > > The license files, pwmat.lic and pwmat.sig, will be emailed to you (please check your inbox after submitting the request, including your spam folder) > > Place the pwmat.lic and pwmat.sig files you received into the PWmatLICENSE folder you just extracted (i.e. download the two email attachments, then use MobaXterm to upload them into that same folder on the server) ==== 4. Start and check the service ==== Once you have the license files in place, start the service: <code bash> ./script.sh start </code> This step normally doesn't produce any error. Afterward, you can confirm it actually started correctly with the command below: Check whether the service started successfully by running: <code bash> ./script.sh status </code> If the status shows something like "running" or "active," the service started successfully. Once the service is running correctly, go back to the previous page and continue with the installation. ~~DISCUSSION:off~~
en/pwstudio/server.txt
· 最后更改: 2026/08/03 15:37 由
127.0.0.1
页面工具
显示页面
过去修订
反向链接
全部折叠/展开
回到顶部