Skip to content

twhippp/RestoRoomFiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestoRoom

Early WIP — A community-driven reimplementation of the Rec Room servers, keeping Rec Room alive past June 1st, 2026.


Note

This is my first time attempting a project of this scale, and reverse engineering stuff, so things may be rough around the edges. Bear with me!

DISCORD: https://discord.gg/BQMgupZhyR

What is this?

Rec Room is shutting down on June 1st, 2026. RestoRoom is an open-source effort to reverse engineer and reimplement the Rec Room server infrastructure so the community can keep playing after the lights go out.

This is a preservation project, built by fans, for fans.


⚠️ Status

This project is in very early development. Nothing is playable yet. We're currently in the research and reverse engineering phase.

Component Status
Network protocol research 🔄 In progress — 20 subdomains discovered
Account / auth server ❌ Not started
Room server ❌ Not started
Photon relay ❌ Not started
Client patching / redirect ❌ Not started

How it works (planned)

Rec Room's backend consists of several systems we need to reimplement:

  • REST API — account management, friends, inventory, room listings
  • Photon networking — real-time multiplayer via Photon SDK
  • Client redirect — patching the client to point at our servers instead of official ones

Our approach:

  1. Sniff and document traffic between the Rec Room client and official servers
  2. Reimplement each backend service
  3. Patch or proxy the client to use our servers

Contributing

We need all kinds of help — reverse engineers, backend devs, and people who can document findings.

Before June 1st 2026 especially, the most valuable thing anyone can do is capture traffic while the official servers are still up.

Getting started

  1. Fork the repo
  2. Check the issues tab for tasks you can help with
  3. Read CONTRIBUTING.md
  4. Join the discussion in Discussions

What we need most right now

  • Wireshark captures of Rec Room network traffic
  • Documentation of REST API endpoints
  • Anyone with experience reversing Unity/Photon games

Legal

This is a non-commercial fan preservation project. We are not affiliated with Rec Room Inc. We do not redistribute any game assets or proprietary code. All reverse engineering is done for interoperability purposes.


Community

"Our costs always ended up overwhelming the revenue we brought in." — Rec Room Inc., March 2026

The official servers are going away. The community doesn't have to.


RestoRoom is not affiliated with Rec Room Inc.

About

An early WIP community driven reinplementation of the Rec Room servers to keep Rec Room alive past June 1st 2026.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors