Server separate from game client?

Is it possible to create a private server on a host (dedicated) machine, and then join the server on a separate playing (game client) machine? If so, can somebody please point me in the right direction? Thanks in advance!

Sam

That’s literally what 99% of public servers do. If you want it to be private, add sv_master "" to your server.cfg and add your own whitelist script or some password protection with active cards.

Agreed… maybe I worded that wrong. What I want to know is… does the machine that is hosting the server have to have a copy of the game installed? Or… do you have to have a copy of the game on the dedicated server machine as well as the game client machine that you want to use to join the server? Sorry for any confusion.

No. I’ve made a tutorial in #redm-server-development:redm-server-tutorials that will tell you all you need.

Ok… great. Thank you.