• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Running OTS in the Cloud

siku

New Member
Joined
Jan 24, 2025
Messages
1
Reaction score
0
Hi everyone!
Im thinking about running the OTS on Hetzner Cloud provider.
Backend would be on two VMs with loadbalancer at the front and one VM with MySQL.
Did anyone tried such solution?

I also would like to ask about the client since Im trying to get the 7.6 version running. This is meant to mimic the Secura server from my childhood.

Thanks!
 
Thats basic serverSide setup on multiple servers, nothing innovative.

i use 7 servers
1 Web server
5 Proxy Servers
1 Main Game world

Game world contains server & mysql server

web connects to mysql on game world

client connects to the best latency (least ping) proxy server to connect to the game server

make sure you hide your main server IP address otherwise raw.exe will attack your server
 
Back
Top