No description
Find a file
2025-03-30 17:01:11 +02:00
dependencies Change to private git. What even is Github :omegalul: 2025-03-30 17:01:11 +02:00
wuwa Change to private git. What even is Github :omegalul: 2025-03-30 17:01:11 +02:00
zzz Change to private git. What even is Github :omegalul: 2025-03-30 17:01:11 +02:00
ps.ps1 Change to private git. What even is Github :omegalul: 2025-03-30 17:01:11 +02:00
README.md Change to private git. What even is Github :omegalul: 2025-03-30 17:01:11 +02:00
wuwa.ps1 Change to private git. What even is Github :omegalul: 2025-03-30 17:01:11 +02:00
zzz.ps1 Change to private git. What even is Github :omegalul: 2025-03-30 17:01:11 +02:00

🚀 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

  1. Open an Administrator PowerShell in the directory where you want your private servers to be stored.

  2. 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

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.