- Notifications
You must be signed in to change notification settings - Fork2
Another go implement of estk.me rlpa-server
License
creamlike1024/rlpa-server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Another go implement of estk.merlpa-server.php(estk.me Cloud Enhance server)
- Download Profile
- Process Notification (consistent with the behavior of
rlpa-server.php
, notifications for non "delete" operations will be removed after processing)
Under construction:
- Remote Management(http api)
This feature is currently under construction. However, it is not necessary to use this feature in normal usage scenarios, and I am not sure if I should complete it
Compile latestlpac, then place thelpac
binary program in the same directory as therlpa-server
program
use environment variables to set port
SOCKET_PORT
: socket port for estk rlpa, default 1888API_PORT
: http management api port, default 8008
debug log output: start with-debug
argument to enable debug log level
Write the following content into/etc/systemd/system/rlpa-server.service
[Unit]Description=rlpa serverWants=network-online.targetAfter=network-online.target[Service]ExecStart=/path/to/rlpa-serverWorkingDirectory=/path/to/rlpa-server-directoryRestart=on-failureUser=[your-user][Install]WantedBy=multi-user.target
ExecStart
: rlpa-server binary pathWorkingDirectory
: The directory where rlpa server is locatedUser
: Replace with actual user
Then executesudo systemctl daemon-reload
to reload services
- Start rlpa-server:
sudo systemctl start rlpa-server
- Let rlpa-server start with system:
sudo systemctl enable rlpa-server
IP | Port | Location |
---|---|---|
205.185.117.85 | 1888 | Las Vegas, NV, US |
- lpac shell command
Post json to/shell/{manageID}
with headerPassword: {Password}
example
curl -X POST -H"Content-Type: application/json" \-H"Password: 2660" \-d'{"type":0, "command":"chip info"}' \http://example.com:8008/shell/rAct
Will get lpac output
About
Another go implement of estk.me rlpa-server
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.