Skip to content

OpenRune/OpenRune-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1,594 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Asset 5

License Revision 238 Roadmap Lines of Code Discord

OpenRune Server is a modular fork of RSMod/Alter that powers an OSRS-compatible server with a plug-and-play plugin ecosystem focused on extensibility and ease of use.

๐Ÿค” What is OpenRune Server?

OpenRune Server builds on the foundation laid by RSMod to deliver a flexible, developer-friendly OSRS game server. Its modular architecture lets you ship new gameplay features as standalone plugins without touching core engine code. Server owners with little to no programming experience can rely on contributors to drop prebuilt plugins into the content module and have them load automatically at runtime.

๐Ÿš€ Why Choose OpenRune Server?

๐Ÿ”ง Modular by design

OpenRune Server loads plugins dynamically, making it simple to extend gameplay, content, or systems while keeping the base server clean.

๐Ÿ‘ฅ Community-driven

Active maintainers review contributions, publish roadmap updates, and support users through Discord and Trello.

๐Ÿ“ OSRS-compatible

OpenRune Server adheres to OSRS protocols, giving you the freedom to connect any compliant client and customize server-side behavior.

๐Ÿ› ๏ธ Getting Started

  1. Clone the repository

    • File โ†’ New โ†’ Project from Version Control in IntelliJ, then paste https://github.com/OpenRune/OpenRune-Server.git.
    • OpenRune Servernatively, clone via Git CLI and open the project manually.
  2. Install dependencies

    • Ensure you have IntelliJ IDEA.

    • Set the project SDK to Java 21: File โ†’ Project Structure โ†’ SDK. (The :tools:osrs-mcp module is built with Java 17 via Gradleโ€™s JVM toolchain; other modules target Java 21.)

    • Recommended: install the Rsc plugin in root of the project OpenRune IntelliJ Tools-1.0.zip for better entity reference tooling.

    • You may need to point the settings file openRune-intelliJ-tools.toml like so

    image
  3. Gradle bootstrap

    • Open the Gradle tool window.
    • Run OpenRune Server โ†’ Tasks โ†’ installation โ†’ install.
    • When the task completes, run OpenRune Server โ†’ Tasks โ†’ application โ†’ run.
  4. Verify startup

    • A successful boot prints OpenRune Server Successfully initialized in the terminal.
    • If you only see OpenRune Server Loaded up in x ms. you likely skipped a step.

Screenshots showcasing each step are available in the repo under Resources/main/docs/resources/ReadMe_OpenRune Server/.

๐ŸŽฎ Client Setup

Tip

Use RSProx to connect; it is actively maintained by trusted developers and supports the required OSRS protocols.

For Windows:

  1. Press โŠž + R and enter %USERPROFILE%.
  2. Locate (or create) the .rsprox directory.
  3. Create proxy-targets.yaml with:
config:
  - id: 1
    name: OpenRune Server
    jav_config_url: https://client.blurite.io/jav_local_238.ws
    varp_count: 15000
    revision: 238
    modulus: YOUR_MODULUS_KEY_HERE

Find the modulus in the project root .data/client.key, copy it exactly, and replace YOUR_MODULUS_KEY_HERE. If .rsprox does not exist, launching RSProx once will create it. Note: RSprox for Private Servers only works currently on Windows and Linux, NOT MacOS!

Warning

And stay away from client's like Devious, as they have been caught adding Account Stealer into their client.

๐Ÿ“ฆ Release builds

CI can produce a self-contained openrune-server-release.zip with server.jar, game.yml, and compiled .data/. Pushes to production publish automatically; other branches can be built manually from Actions โ†’ Release Server.

See .github/docs/RELEASE_CI.md for what the workflow does, how to run it manually, and how to build from production vs main/feature branches.

๐Ÿ—บ๏ธ Project Planning

  • Public roadmap and task board: OpenRune Server Trello.
  • Trello write access and contributor listing are reserved for active maintainersโ€”contact Chris via Discord with a short summary of your work if you need access.

๐Ÿ’ฌ Bug Reports & Support

๐Ÿ™ Acknowledgments

๐Ÿ’™ Contributors

Avatars of all contributors

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors