{% extends "base.html" %} {% block title %}KittyRec INDEV — RecRoom 2018 Revival{% endblock %} {% block head %} {% endblock %} {% block content %}
KittyRec

KittyRec

RecRoom 2018 Revival Server — Early Access

Build {{ app_version }}  ·  INDEV
{{ online }} Online
{{ sessions }} Sessions
{{ total }} Players
Connect
NameServer http://{{ host }}:8080/?v=1
API Base http://{{ host }}:8080/
Setup: Point the RecRoom 2018 client at the NameServer above using a hosts-file patch or proxy. Handles auth, presence, chat, sessions, storefronts, and gifts. Default account: myawired / myawired
🎮

Multiplayer

Photon-based rooms — paintball, dodgeball, rec royale & more

🎁

Gift System

Earn gift boxes with XP rewards and equipment drops after games

🛒

Storefront

Shop for weapons, equipment, and cosmetics with free tokens

👥

Friends

Add friends, send invites, and join their sessions directly

Photos

{% if photos %}
{% for p in photos %}
photo by {{ (p.display_name or p.username) | e }}
{{ p.display_name or p.username }}
{% if p.room_name %}
{{ p.room_name }}
{% endif %}
{% endfor %}
{% else %}
No photos yet — start a session to take some.
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}