Search Unity

How To Run Own Master Server On a Cloud Computer?

Discussion in 'Multiplayer' started by TheStarboxTR, Jan 14, 2016.

  1. TheStarboxTR

    TheStarboxTR

    Joined:
    Mar 22, 2014
    Posts:
    8
    Hi!
    I am trying to run a master server on my vps.ı am using builded master server and facilator bat files.
    When ı open them on server pc , everything looks working and ı can get this message on cmd =
    "
    Sent 4 bytes to port 23466
    14-01-2016 11:35:27 LOG Unity master server version 2.0.1f1
    14-01-2016 11:35:27 LOG Master server port set to 23466
    14-01-2016 11:35:27 LOG 1000 connection count limit
    14-01-2016 11:35:27 LOG To quit press Ctrl-C
    ----------------------------------------------------
    "

    and getting similar messages on facilator.that means there not a problem with server.

    bu ı am getting this error "The connection request to (server ip:port) failed. Are you sure the server can be connected to?" while ı was trying to create a server on unity.
     
  2. ThoZ

    ThoZ

    Joined:
    Apr 21, 2013
    Posts:
    29
    also interested in this topic :)
     
  3. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,191
  4. Scorr

    Scorr

    Joined:
    Jul 2, 2013
    Posts:
    73
    Need more info on this. What networking system are you using and what master server? If you're using this master server, it'll only work with Unity's old networking solution (RakNet). If you are using that for networking in your project you should be able to connect.

    If you're using UNET in your Unity project you won't be able to connect because they're incompatible.