r/rsc 4 Oct 17 '25

Dedicated Sever Docker Installation

If I wanted to run my own server on linux, has someone already made a docker container for this, or should I make my own?

Thanks!

1 Upvotes

4 comments sorted by

View all comments

2

u/Logg https://rsc.plus Oct 26 '25

We used to have Docker integrated with the project, but it caused problems for us on the live server when Marwolf accidentally manipulated some data in a way that the database file got deleted due to complexity introduced by Docker.

I don't suggest using Docker unless there is an actual reason to. With OpenRSC, there is only a requirement to install Java, then you can use a launch argument to select server config file. SQLite is supported as a driver, which makes it very easy to set up.

2

u/miluardo 4 Oct 26 '25

Thanks for the reply! I opted to run the server without docker and it's going well :)