Search Unity

Question How to run Unity Dedicated Server instance programmatically?

Discussion in 'Linux' started by oleegarch, Dec 3, 2022.

  1. oleegarch

    oleegarch

    Joined:
    Sep 26, 2022
    Posts:
    4
    I created a multiplayer game using Mirror. The game is divided into rooms for 10 people. One room = One Unity server instance, am i right? Or am I misunderstanding it?

    I already tried to launch the linux dedicated server on ubuntu using next commands:
    chmod +x ./Server.x86_64
    ./Server.x86_64

    And it's work nice!

    But how to run the server side instances of my game on ubuntu using node.js language? At least how it googles... I didn't find any documentation about dedicated server.