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

Jack Wallen walks you thru the method of setting up a game server with OVHcloud.

Image: Zoa-Arts/Adobe Stock

If you’re a gamer, you may really feel the necessity to set up a non-public, 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 hold every thing operating easily.

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

SEE: Hiring Kit: Cloud Engineer (TechRepublic Premium)

I would like to present you the way simple it’s to set up such a server on OVHcloud. Once you will have the server and OS prepared, you’ll be able to 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 OVHcloud account and also you’ll want to purchase a dedicated server. Once the server is prepared — you’ll be notified of this through electronic 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 OVHcloud 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’ll be able to 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 in 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’d extremely suggest you add SSH host keys to the OS. To do that, you’ll want to ensure that to create a new SSH key on the machine you’ll be logging in with, utilizing the command:

ssh-keygen

Once the secret’s generated, concern 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 affirm the set up, you’ll then have to wait till you obtain a affirmation electronic mail indicating the visitor is up and operating. In that electronic mail, you’ll discover the username and IP tackle that can enable you to use SSH to distant into the visitor, the place you’ll be able to then start the steps to set up your game server of selection. For instance, if you’d like to set up the Don’t Starve Together game server, you may log in to your new visitor and concern 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 may 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 remedy the issues, so for those who 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 OVHcloud service. Enjoy that contemporary gaming expertise with loads of horsepowers to hold you enjoying 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://information.google.com/__i/rss/rd/articles/CBMiPGh0dHBzOi8vd3d3LnRlY2hyZXB1YmxpYy5jb20vYXJ0aWNsZS9zZXQtdXAtZ2FtZS1zZXJ2ZXItb3ZoL9IBAA?oc=5

Related Posts