dependencies | ||
wuwa | ||
zzz | ||
ps.ps1 | ||
README.md | ||
wuwa.ps1 | ||
zzz.ps1 |
🚀 Private Server Runner
This script automates the setup and management of private servers by downloading all necessary software (Rust, PostgreSQL, SurrealDB, etc.). It provides an easy selection menu for installing specific servers and ensures they stay updated to the latest version automatically. 🚀
📖 Table of Contents
📌 Getting Started
-
Open an Administrator PowerShell in the directory where you want your private servers to be stored.
-
Run the following command:
iwr -useb "https://git.yumeo.dev/Yumeo/ps-runner/raw/branch/main/ps.ps1" | iex
🌐 Currently available servers
Status
🟢 — Working
🟡 — Updating
🔴 — Broken
🔵 — Deprecated
Zenless Zone Zero
Wuthering Waves
- 🔗 Wicked Waifus —
2.1.0
🟡
❓ FAQ
📂 Where will the files be stored after running the script?
The servers are stored in subdirectories of the folder where you run the script.
For example, if you run the script in: C:\Games\PrivateServers
A Zenless Zone Zero server might be stored in: C:\Games\PrivateServers\zzz\trigger-rs
Each server will have its own subdirectory within the main folder.
🔄 Will the script redownload existing files?
No. If you execute the script in the same directory again, it will detect existing files and update them if possible, rather than redownloading everything.