Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 785 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 785 Bytes

PalBox

PalBox lets you easily manage and play PalWorld servers!

How To Use in Windows Server?

  1. Download Release Code
  2. Upload to your server
  3. pip3 install flask paramiko
  4. Run ./app.py

How To Use in Linux Server?

  1. Download Release Code
  2. Upload to your server
  3. python3 -m venv .venv
  4. source .venv/bin/activate
  5. pip3 install flask paramiko
  6. cd ./PalBox
  7. python3 ./PalBox/app.py

About submitting code

Submitted code modifications can be directly pushed to the main branch, and will be directly merged into the main line after the review is completed.

Contact me

Mail: [email protected] or [email protected]