How to set up a bare metal dedicated game server with OVH

Jack Wallen walks you thru the method of setting up a game server with the OVH cloud supplier.

Image: Zoa-Arts/Adobe Stock

If you’re a gamer, you would possibly really feel the necessity to set up a personal, dedicated game server that offers you loads of uncooked energy for all of the video games you need, alongside with the safety you want to maintain every little thing operating easily.

One such route for that is the French cloud computing firm, OVH Cloud. As of 2016, OVH laid declare to the biggest cloud knowledge heart floor space, and as of 2019, it turned the biggest internet hosting supplier in Europe. OVH presents loads of choices for internet hosting absolutely anything you want. One such characteristic is the Linux game server.

SEE: Hiring Kit: Cloud Engineer (TechRepublic Premium)

I need to present you the way straightforward it’s to set up such a server on OVH. Once you might have the server and OS prepared, you may then do issues like deploy a Minecraft server or any of the Linux Game Server Managers.

Without additional ado, let’s get began.

What you’ll want

To set up this game server, you’ll want an OVH account and also you’ll want to purchase a dedicated server. Once the server is prepared — you’ll be notified of this by way of e mail — you’re prepared to set up Linux.

How to set up the working system

Once your dedicated server is prepared, you’ll want to then set up the working system. Log in to your account and increase the Dedicated Servers part to reveal your server (Figure A).

Figure A

I’ve two dedicated servers in my OVH account.

Click on the server you need to work with to open the administration console, the place you’ll see a part for Operating System (Figure B).

Figure B

The General Information tab reveals the details about your visitor OS.

Click the three-dot menu entry related with the working system after which click on Install (Figure C).

Figure C

I have already got Ubuntu Server 22.04 put in.

In the ensuing pop-up, choose Install From An OVHcloud Template and click on Next (Figure D).

Figure D

You may also set up it from your individual template or a customized picture.

In the subsequent window (Figure E), you may then choose the OS you need to use. First, choose the Type of OS drop-down and choose Basic, Administration Interface or Virtualization (I selected Basic), choose which supported Linux distribution you need to use (I chosen Ubuntu Server 22.04), select your language and disk choices, after which click on Next.

Figure E

Selecting the working system to be used on your gaming server.

In the ultimate window (Figure F), give the brand new visitor a hostname.

Figure F

Finalizing the visitor working system set up.

Before you click on Confirm, I might extremely suggest you add SSH host keys to the OS. To do that, you’ll want to ensure to create a new SSH key on the machine you’ll be logging in with, utilizing the command:

ssh-keygen

Once the bottom line is generated, subject the command:

cat ~/.ssh/id_rsa.pub

Copy and paste the output into the SSH Key part of your new visitor after which click on Confirm.

Once you verify the set up, you’ll then have to wait till you obtain a affirmation e mail indicating the visitor is up and operating. In that e mail, you’ll discover the username and IP tackle that may enable you to use SSH to distant into the visitor, the place you may then start the steps to set up your game server of alternative. For instance, if you’d like to set up the Don’t Starve Together game server, you would log in to your new visitor and subject the next instructions:

sudo adduser dstserver
su - dstserver
wget -O linuxgsm.sh https://linuxgsm.sh && chmod +x linuxgsm.sh && bash linuxgsm.sh dstserver
./dstserver set up

You would possibly discover the set up script errors out relying on the server you’re putting in and the OS used for the visitor. The LGSM game servers are fairly good at indicating what dependencies you’ll want to set up to resolve the issues, so in the event you discover the set up does tank, set up the advisable dependencies and run the installer once more.

And that’s all there may be to set up a game server with the OVH cloud service. Enjoy that contemporary gaming expertise with loads of horsepowers to maintain you taking part in with out issues.

Subscribe to TechRepublic’s How To Make Tech Work on YouTube for all the newest tech recommendation for enterprise execs from Jack Wallen.

https://www.techrepublic.com/article/set-up-game-server-ovh/

Related Posts