2023-12-20 18:49:25 +01:00
<!DOCTYPE html>
2025-08-15 16:53:30 +00:00
< html lang = "en" data-content_root = "../" >
2023-12-20 18:49:25 +01:00
< head >
< meta charset = "utf-8" / >
2025-08-15 16:53:30 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / > < meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2023-12-20 18:49:25 +01:00
< title > Server Setup and Life — Evennia latest documentation< / title >
2025-08-15 16:53:30 +00:00
< link rel = "stylesheet" type = "text/css" href = "../_static/pygments.css?v=d75fae25" / >
< link rel = "stylesheet" type = "text/css" href = "../_static/nature.css?v=279e0f84" / >
< link rel = "stylesheet" type = "text/css" href = "../_static/custom.css?v=e4a91a55" / >
< script src = "../_static/documentation_options.js?v=c6e86fd7" > < / script >
< script src = "../_static/doctools.js?v=9bcbadda" > < / script >
< script src = "../_static/sphinx_highlight.js?v=dc90522c" > < / script >
< link rel = "icon" href = "../_static/favicon.ico" / >
2023-12-20 18:49:25 +01:00
< link rel = "index" title = "Index" href = "../genindex.html" / >
< link rel = "search" title = "Search" href = "../search.html" / >
< link rel = "next" title = "Installation" href = "Installation.html" / >
< link rel = "prev" title = "Updating Evennia" href = "Updating-Evennia.html" / >
< / head > < body >
2025-08-15 16:53:30 +00:00
< div class = "related" role = "navigation" aria-label = "Related" >
2023-12-20 18:49:25 +01:00
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
accesskey="I">index< / a > < / li >
< li class = "right" >
< a href = "../py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
< li class = "right" >
< a href = "Installation.html" title = "Installation"
accesskey="N">next< / a > |< / li >
< li class = "right" >
< a href = "Updating-Evennia.html" title = "Updating Evennia"
accesskey="P">previous< / a > |< / li >
2025-08-15 16:53:30 +00:00
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Evennia< / a > » < / li >
2023-12-20 18:49:25 +01:00
< li class = "nav-item nav-item-this" > < a href = "" > Server Setup and Life< / a > < / li >
< / ul >
< / div >
< div class = "document" >
< div class = "documentwrapper" >
< div class = "bodywrapper" >
< div class = "body" role = "main" >
< section class = "tex2jax_ignore mathjax_ignore" id = "server-setup-and-life" >
2025-08-15 16:53:30 +00:00
< h1 > Server Setup and Life< a class = "headerlink" href = "#server-setup-and-life" title = "Link to this heading" > ¶< / a > < / h1 >
2023-12-20 18:49:25 +01:00
< p > This sums up all steps of maintaining your Evennia game from first installation to production release.< / p >
< section id = "installation-and-running" >
2025-08-15 16:53:30 +00:00
< h2 > Installation and running< a class = "headerlink" href = "#installation-and-running" title = "Link to this heading" > ¶< / a > < / h2 >
2023-12-20 18:49:25 +01:00
< div class = "toctree-wrapper compound" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "Installation.html" > Installation< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Installation-Git.html" > Installing with GIT< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Installation-Docker.html" > Installing with Docker< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Installation-Troubleshooting.html" > Installation Troubleshooting< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Installation-Android.html" > Installing on Android< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Installation-Upgrade.html" > Upgrading an existing installation< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Installation-Non-Interactive.html" > Non-interactive setup< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Running-Evennia.html" > Start Stop Reload< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Updating-Evennia.html" > Updating Evennia< / a > < / li >
< / ul >
< / div >
< / section >
< section id = "configuration" >
2025-08-15 16:53:30 +00:00
< h2 > Configuration< a class = "headerlink" href = "#configuration" title = "Link to this heading" > ¶< / a > < / h2 >
2023-12-20 18:49:25 +01:00
< div class = "toctree-wrapper compound" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "Settings.html" > Changing Game Settings< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Settings.html#settings-file" > Settings file< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Settings.html#other-files-in-the-server-conf-directory" > Other files in the < code class = "docutils literal notranslate" > < span class = "pre" > server/conf< / span > < / code > directory< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Settings-Default.html" > Evennia Default settings file< / a > < / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Choosing-a-Database.html" > Choosing a database< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Choosing-a-Database.html#sqlite3-default" > SQLite3 (default)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Choosing-a-Database.html#postgresql" > PostgreSQL< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Choosing-a-Database.html#mysql-mariadb" > MySQL / MariaDB< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Choosing-a-Database.html#other-databases" > Other databases< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Channels-to-Discord.html" > Connect Evennia channels to Discord< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-Discord.html#configuring-discord" > Configuring Discord< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-Discord.html#step-by-step-discord-setup" > Step-By-Step Discord Setup< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Channels-to-Grapevine.html" > Connect Evennia channels to Grapevine< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-Grapevine.html#configuring-grapevine" > Configuring Grapevine< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-Grapevine.html#setting-up-grapevine-step-by-step" > Setting up Grapevine, step by step< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Channels-to-IRC.html" > Connect Evennia channels to IRC< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-IRC.html#configuring-irc" > Configuring IRC< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-IRC.html#setting-up-irc-step-by-step" > Setting up IRC, step by step< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Channels-to-RSS.html" > Connect Evennia channels to RSS< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-RSS.html#configuring-rss" > Configuring RSS< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-RSS.html#setting-up-rss-step-by-step" > Setting up RSS, step by step< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Channels-to-Twitter.html" > Connect Evennia to Twitter< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-Twitter.html#configuring-twitter" > Configuring Twitter< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Channels-to-Twitter.html#setting-up-twitter-step-by-step" > Setting up Twitter, step by step< / a > < / li >
< / ul >
< / li >
< / ul >
< / div >
< / section >
< section id = "going-online" >
2025-08-15 16:53:30 +00:00
< h2 > Going Online< a class = "headerlink" href = "#going-online" title = "Link to this heading" > ¶< / a > < / h2 >
2023-12-20 18:49:25 +01:00
< div class = "toctree-wrapper compound" >
< ul >
< li class = "toctree-l1" > < a class = "reference internal" href = "Evennia-Game-Index.html" > Evennia Game Index< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Evennia-Game-Index.html#connect-with-the-wizard" > Connect with the wizard< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Evennia-Game-Index.html#manual-settings" > Manual Settings< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Evennia-Game-Index.html#non-public-games" > Non-public games< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Online-Setup.html" > Online Setup< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Online-Setup.html#connecting-to-evennia-over-the-internet" > Connecting to Evennia over the Internet< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Online-Setup.html#ssl-and-https" > SSL and HTTPS< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Online-Setup.html#hosting-evennia-from-your-own-computer" > Hosting Evennia from your own computer< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Online-Setup.html#hosting-evennia-on-a-remote-server" > Hosting Evennia on a remote server< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Online-Setup.html#hosting-options-and-suggestions" > Hosting options and suggestions< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Client-Support-Grid.html" > Client Support Grid< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Client-Support-Grid.html#client-grid" > Client Grid< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Client-Support-Grid.html#workarounds-for-client-issues" > Workarounds for client issues:< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Security-Practices.html" > Security Hints and Practices< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Security-Practices.html#know-your-logs" > Know your logs< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Security-Practices.html#disable-development-debugging-options" > Disable development/debugging options< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Security-Practices.html#handle-user-uploaded-images-with-care" > Handle user-uploaded images with care< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Security-Practices.html#disable-the-web-interface-if-you-only-want-telnet" > Disable the web interface (if you only want telnet)< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Security-Practices.html#change-your-ssh-port" > Change your ssh port< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Security-Practices.html#set-up-a-firewall" > Set up a firewall< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Security-Practices.html#use-an-external-webserver-proxy" > Use an external webserver / proxy< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Config-HAProxy.html" > Configuring HAProxy< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Config-HAProxy.html#getting-certificates" > Getting certificates< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Config-HAProxy.html#installing-and-configuring-haproxy" > Installing and configuring HAProxy< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Config-HAProxy.html#putting-it-all-together" > Putting it all together< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Config-Nginx.html" > Configuring NGINX for Evennia with SSL< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Config-Nginx.html#ssl-on-the-website-and-websocket" > SSL on the website and websocket< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Config-Nginx.html#telnet-ssl" > Telnet SSL< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Config-Nginx.html#dont-forget" > Don’ t Forget!< / a > < / li >
< / ul >
< / li >
< li class = "toctree-l1" > < a class = "reference internal" href = "Config-Apache-Proxy.html" > Configuring an Apache Proxy< / a > < ul >
< li class = "toctree-l2" > < a class = "reference internal" href = "Config-Apache-Proxy.html#running-apache-as-a-proxy-in-front-of-evennia" > Running Apache as a proxy in front of Evennia< / a > < / li >
< li class = "toctree-l2" > < a class = "reference internal" href = "Config-Apache-Proxy.html#run-apache-instead-of-the-evennia-webserver" > Run Apache instead of the Evennia webserver< / a > < / li >
< / ul >
< / li >
< / ul >
< / div >
< / section >
< / section >
2025-08-15 16:53:30 +00:00
< div class = "clearer" > < / div >
2023-12-20 18:49:25 +01:00
< / div >
< / div >
< / div >
2025-08-15 16:53:30 +00:00
< div class = "sphinxsidebar" role = "navigation" aria-label = "Main" >
< div class = "sphinxsidebarwrapper" >
< p class = "logo" > < a href = "../index.html" >
< img class = "logo" src = "../_static/evennia_logo.png" alt = "Logo of Evennia" / >
< / a > < / p >
< search id = "searchbox" style = "display: none" role = "search" >
< h3 id = "searchlabel" > Quick search< / h3 >
< div class = "searchformwrapper" >
< form class = "search" action = "../search.html" method = "get" >
< input type = "text" name = "q" aria-labelledby = "searchlabel" autocomplete = "off" autocorrect = "off" autocapitalize = "off" spellcheck = "false" / >
< input type = "submit" value = "Go" / >
< / form >
< / div >
< / search >
< script > document . getElementById ( 'searchbox' ) . style . display = "block" < / script >
< h3 > < a href = "../index.html" > Table of Contents< / a > < / h3 >
< ul >
< li > < a class = "reference internal" href = "#" > Server Setup and Life< / a > < ul >
< li > < a class = "reference internal" href = "#installation-and-running" > Installation and running< / a > < / li >
< li > < a class = "reference internal" href = "#configuration" > Configuration< / a > < / li >
< li > < a class = "reference internal" href = "#going-online" > Going Online< / a > < / li >
< / ul >
< / li >
< / ul >
2023-12-20 18:49:25 +01:00
2025-08-15 16:53:30 +00:00
< div >
< h4 > Previous topic< / h4 >
< p class = "topless" > < a href = "Updating-Evennia.html"
title="previous chapter">Updating Evennia< / a > < / p >
< / div >
< div >
< h4 > Next topic< / h4 >
< p class = "topless" > < a href = "Installation.html"
title="next chapter">Installation< / a > < / p >
< / div >
< div role = "note" aria-label = "source link" >
<!-- h3>This Page</h3 -->
< ul class = "this-page-menu" >
< li > < a href = "../_sources/Setup/Setup-Overview.md.txt"
rel="nofollow">Show Page Source< / a > < / li >
< / ul >
< / div > < h3 > Links< / h3 >
< ul >
< li > < a href = "https://www.evennia.com/docs/latest/index.html" > Documentation Top< / a > < / li >
< li > < a href = "https://www.evennia.com" > Evennia Home< / a > < / li >
< li > < a href = "https://github.com/evennia/evennia" > Github< / a > < / li >
< li > < a href = "http://games.evennia.com" > Game Index< / a > < / li >
< li >
< a href = "https://discord.gg/AJJpcRUhtF" > Discord< / a > -
< a href = "https://github.com/evennia/evennia/discussions" > Discussions< / a > -
< a href = "https://evennia.blogspot.com/" > Blog< / a >
< / li >
< / ul >
< h3 > Doc Versions< / h3 >
< ul >
< li >
< a href = "https://www.evennia.com/docs/latest/index.html" > latest (main branch)< / a >
< / li >
< li >
< a href = "https://www.evennia.com/docs/5.x/index.html" > v5.0.0 branch (outdated)< / a >
< / li >
< li >
< a href = "https://www.evennia.com/docs/4.x/index.html" > v4.0.0 branch (outdated)< / a >
< / li >
< li >
< a href = "https://www.evennia.com/docs/3.x/index.html" > v3.0.0 branch (outdated)< / a >
< / li >
< li >
< a href = "https://www.evennia.com/docs/2.x/index.html" > v2.0.0 branch (outdated)< / a >
< / li >
< li >
< a href = "https://www.evennia.com/docs/1.x/index.html" > v1.0.0 branch (outdated)< / a >
< / li >
< li >
< a href = "https://www.evennia.com/docs/0.x/index.html" > v0.9.5 branch (outdated)< / a >
< / li >
< / ul >
< / div >
< / div >
< div class = "clearer" > < / div >
2023-12-20 18:49:25 +01:00
< / div >
2025-08-15 16:53:30 +00:00
< div class = "related" role = "navigation" aria-label = "Related" >
2023-12-20 18:49:25 +01:00
< h3 > Navigation< / h3 >
< ul >
< li class = "right" style = "margin-right: 10px" >
< a href = "../genindex.html" title = "General Index"
>index< / a > < / li >
< li class = "right" >
< a href = "../py-modindex.html" title = "Python Module Index"
>modules< / a > |< / li >
< li class = "right" >
< a href = "Installation.html" title = "Installation"
>next< / a > |< / li >
< li class = "right" >
< a href = "Updating-Evennia.html" title = "Updating Evennia"
>previous< / a > |< / li >
2025-08-15 16:53:30 +00:00
< li class = "nav-item nav-item-0" > < a href = "../index.html" > Evennia< / a > » < / li >
2023-12-20 18:49:25 +01:00
< li class = "nav-item nav-item-this" > < a href = "" > Server Setup and Life< / a > < / li >
< / ul >
< / div >
< div class = "footer" role = "contentinfo" >
2025-08-15 16:53:30 +00:00
© Copyright 2024, The Evennia developer community.
Created using < a href = "https://www.sphinx-doc.org/" > Sphinx< / a > 8.2.3.
2023-12-20 18:49:25 +01:00
< / div >
< / body >
< / html >