Risk of Rain 2 Guide

Dedicated Server with Docker for Risk of Rain 2

Dedicated Server with Docker

Overview

Easily host your own dedicated server. No technical skills required. Runs anywhere.

DISCLAIMER

This guide might not be up to date.
Please refer to the GitHub[github.com] repository.

You’re welcome to provide feedback, report problem and suggest improvements commenting here.

Setup

Host your Risk of Rain 2 dedicated server anywhere using Docker.

You need Docker[docs.docker.com].

Log into your machine and run:

docker run -p 27015:27015/udp avivace/ror2server:latest

Any Linux VPS will work. For decent performance, you need at least 3 GB of free space and 2 GB of RAM.

Join the server

Players need to start Risk of Rain 2, open the console pressing CTRL + ALT + ` and insert this command:

cl_password “”; connect “SERVER_IP:27015”;

Replace SERVER_IP with the public IP of the server running the Docker Image.

SteamSolo.com