Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Another go implement of estk.me rlpa-server

License

NotificationsYou must be signed in to change notification settings

creamlike1024/rlpa-server

Repository files navigation

Another go implement of estk.merlpa-server.php(estk.me Cloud Enhance server)

  • Download Profile
  • Process Notification (consistent with the behavior ofrlpa-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

Usage

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 1888
  • API_PORT: http management api port, default 8008

debug log output: start with-debug argument to enable debug log level

systemd service example

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 path
  • WorkingDirectory: The directory where rlpa server is located
  • User: 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

Public Server

⚠️ No guarantee, use at your own risk

IPPortLocation
205.185.117.851888Las Vegas, NV, US

API Document

  • 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

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp