Welcome to Evennia!


The Python MUD/MU* creation system.

You are looking at the start of your game's website, generated out of the box by Evennia.
It can be expanded into a full-fledged home for your game.

{% if webclient_enabled %}

Play in the browser!

{% endif %} {% if telnet_enabled %}

Telnet: {{ server_hostname }}, port {% for port in telnet_ports %} {% if not forloop.first and forloop.last %} or {% elif forloop.counter != 1 %}, {% endif %} {{ port }} {% endfor %}

{% endif %} {% if telnet_ssl_enabled %}

Telnet (SSL): {{ server_hostname }}, port {% for port in telnet_ssl_ports %} {% if not forloop.first and forloop.last %} or {% elif forloop.counter != 1 %}, {% endif %} {{ port }} {% endfor %}

{% endif %} {% if ssh_enabled %}

SSH: {{ server_hostname }}, port {% for port in ssh_ports %} {% if not forloop.first and forloop.last %} or {% elif forloop.counter != 1 %}, {% endif %} {{ port }} {% endfor %}

{% endif %}

For more info, see the Evennia homepage or check out our extensive online documentation.

Don't hesitate asking questions to the Evennia community!
Drop a message in the Evennia forums or come say hi in the Discord support channel.

Evennia is Open source and can be found on GitHub. If you find bugs, please report them to the Issue tracker.