how can I make my own computer server.

Hi good forums, I recently rented a server. I want to use this server for unity gaming. but I did not find much information about it. I’m glad you helped

I need too

What are the server properties?

İntel Xneon Proccesor 16Gb Ram Server

I Need Help

If you don’t know how to deploy the software you create I doubt you are ready to rent a such high spec server for your games.

Anyways, assuming you are running a linux distro, Just deploy it to the server and execute the executable.
Nothing more to it.

Copy your server build over and launch it. Assuming Linux a typical way would be to tar up your entire build, scp it over, untar it, then launch it, probably with nohup and “&” to make it a background process that doesn’t exit when you log out. How to use the most basic of operating system commands is really off topic to the networking forum though.