跳至内容
龙讯旷腾 pwmat Wiki
用户工具
注册
登录
站点工具
搜索
工具
显示页面
过去修订
全部折叠/展开
反向链接
最近更改
媒体管理器
网站地图
注册
登录
>
中文
最近更改
媒体管理器
网站地图
您的足迹:
en:pwstudio:serverwin
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
{{htmlmetatags>metatag-robots=(index, follow)}} ====== Installing the server.py service on Windows ====== <wrap tip> This service does the same job as the Linux version: it 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. The only difference is that this time it's installed on Windows (or the Windows host that WSL runs on top of). </wrap> ==== 1. Download the license service installer and upload it to the server ==== Link: http://223.70.160.60:9999/pwmat_cpu/PWmatLICENSE_win.zip \\ Username: pwmat \\ Password: SimplyTheBest or [[https://www.pwmat.com/pwmat-resource/pwstudio/PWmatLICENSE_win.zip|PWmatLICENSE_win.zip]] Open the link above in a browser, enter the username/password, and download the ''PWmatLICENSE_win.zip'' archive to your Windows computer (since this is being installed on Windows itself, there's no need to upload it to another server — just work on it locally). ==== 2. Extract the installer ==== > Right-click → ''Extract All'', then go into the ''PWmatLICENSE_win'' folder > In an empty area of the folder, right-click → ''Open in Terminal'', and run the following command <code powershell> .\get_hdwkey.ps1 cat pwmat_hdwkey ;echo </code> > The first command runs a script that reads this computer's hardware information and generates a key string used to request a license. > The second command prints that key text directly to the terminal window. > If you get an error, see: [[en:pwstudio:qa:q105|Running a PowerShell script fails on Windows]] (by default, Windows blocks running unsigned scripts as a security measure — this is the most common cause of the error; follow the steps in q105 to fix it) > > 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 key text the terminal printed out) > > The license files, pwmat.lic and pwmat.sig, will be emailed to you (please check your inbox, including your spam folder) > > Place the pwmat.lic and pwmat.sig files you received into the PWmatLICENSE_win folder you just extracted (just download the email attachments and drag them into this folder) ==== 4. Start and check the service ==== Once you have the license files in place, run the following in the same terminal window: <code bash> .\script.ps1 start # Start the service .\script.ps1 status # Check the service </code> The first command starts the service, the second checks its current status. If it shows "running," the service started successfully, and you can go back to the previous installation page and continue with the next step. ~~DISCUSSION:off~~
en/pwstudio/serverwin.txt
· 最后更改: 2026/08/03 15:37 由
127.0.0.1
页面工具
显示页面
过去修订
反向链接
全部折叠/展开
回到顶部