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.
OpenRune Server builds on the foundation laid by RSMod / Alter 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.
OpenRune Server loads plugins dynamically, making it simple to extend gameplay, content, or systems while keeping the base server clean.
Active maintainers review contributions, publish roadmap updates, and support users through Discord and Trello.
OpenRune Server adheres to OSRS protocols, giving you the freedom to connect any compliant client and customize server-side behavior.
-
Clone the repository
File → New → Project from Version Controlin IntelliJ, then pastehttps://github.com/OpenRune/OpenRune-Server.git.- OpenRune Servernatively, clone via Git CLI and open the project manually.
-
Install dependencies
- Ensure you have IntelliJ IDEA.
- Set the project SDK to Java 17:
File → Project Structure → SDK. - Recommended: install the rscm-plugin for better entity reference tooling.
-
Gradle bootstrap
- Open the Gradle tool window.
- Run
OpenRune Server → other → install. - When the task completes, run
OpenRune Server → game → Tasks → application → run.
-
Verify startup
- A successful boot prints
OpenRune Server Successfully initializedin the terminal. - If you only see
OpenRune Server Loaded up in x ms.you likely skipped a step.
- A successful boot prints
Screenshots showcasing each step are available in the repo under Resources/main/docs/resources/ReadMe_OpenRune Server/.
Tip
Use RSProx to connect; it is actively maintained by trusted developers and supports the required OSRS protocols.
For Windows:
- Press
⊞ + Rand enter%USERPROFILE%. - Locate (or create) the
.rsproxdirectory. - Create
proxy-targets.yamlwith:
config:
- id: 1
name: OpenRune Server
jav_config_url: https://client.blurite.io/jav_local_235.ws
varp_count: 15000
revision: 235.10
modulus: YOUR_MODULUS_KEY_HEREFind the modulus in the project root, copy it exactly, and replace YOUR_MODULUS_KEY_HERE. If .rsprox does not exist, launching RSProx once will create it.
Warning
And stay away from client's like Devious, as they have been caught adding Account Stealer into their client.
- 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.
- Open an issue on GitHub with reproduction details.
- Reach the team directly in the Discord server.
- Fork Base Alter.
- Cache management powered by OpenRune-FileStore.
- Pathfinding based on RsMod2 RouteFinder.
- Original Base RsMod1.
