1. Hi!
    So Im just setting up my server on an Azure Virtual Machine but i cant find it or connect to it,
    even tho In my console appears like the server is running without a problem, here is the rust server.bat i have

    echo off
    :start
    C:\steamcmd\steamcmd.exe +login anonymous +force_install_dir
    C:\steamcmd\Serverloc +app_update 258550
    +quit
    RustDedicated.exe -batchmode +server.ip 0.0.0.0 +server.port 27015 +server.level "Procedural Map" +server.seed 1234 +server.worldsize 4000
    +server.maxplayers 100 +server.hostname "Rusty potatoe 18/12" +server.description "Still testing this out" +server.url
    "siteurl" +server.headerimage "siteurl" +server.identity "server1" +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password {password} +rcon.web 1
    goto start

    Now weird part, if I run a netstat I can see that TCP 28016/UDP 27015 ports are both listening but i cant manage to find my server or connect to it, what did i do wrong :/??
     
  2. did you manage top open all ports in the azure machine backend?
     
  3. I've used the Azure VM and it took me some headaches to configure it, pm me where i can contact you
     
  4. Made this for you and you had a few mistakes change what you need in it
     

    Attached Files:

  5. Azure is a pain to configure. I know a few people using it and they say the best support is to contact MS directly
     
  6. yeah the Ports are already opened,

    yeah I know its a pain in the butt to configure azure (It always is) aomm you can dm me on steam

    Also Resistance
    thanks for it man, I'ma check it out ant let you know how it go
    [DOUBLEPOST=1513705837][/DOUBLEPOST]
    yeah that's another option :s
     
  7. Since Azure is more meant for Enterprise infrastructure it needs still some before made experience to handle the machines and services there ;)
     
  8. yeah, Im just happy it is not as hard as setting up Cognitive services, that damn voice recognition they have is so good but just awfully done :/ and the rest of the apis go on the same way, also nope, i cant connect yet T-T
    Guess I'ma check again the security group and check if ports are properly opened in the resource panel, because in the vm everything is ok :s