Skip to content

john-clark/rustdedicated

Repository files navigation

Rust Game Dedicated Server Deployment Scripts

Warning

Alpha State

  1. Install Debian with ssh/base utils
    • Many guides for this on youtube
    • NOTE: you only need ssh standard utilites checked and not the full desktop environment.
  2. Download the repo archive, extract, and rename folder
    • wget -qO- https://codeload.github.com/john-clark/rustdedicated/zip/refs/heads/main | busybox unzip -
    • mv rustdedicated-main rustdedicated

    Otherwise apt install git and git clone https://github.com/john-clark/rustdedicated.git

  3. Change to cd rustdedicated/ folder
  4. Run the scripts in the following order:
    • . ./1-install-prereqs.sh
    • ./2-install-rust.sh
    • ./3-install-oxide.sh
    • ./start-server.sh

sample screenshot

About

rustdedicated server scripts for linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages