1. Post #1

    December 2014
    12 Posts
    Hello, community.
    I want to create my own rust experimental server. I downloaded SteamCMD, rustdedicated server and...
    ...So, i got a question.
    How to add items to my inventory for some kind of tests?
    How to admin my server? Only from .bat console of rustdedicated server or from game too?
    How to add my server to community servers list?
    What kind of mods/plugins and where i can download it?

    Thanks for advance.

  2. Post #2

    January 2014
    572 Posts
    I have a good guide here with video.

    http://forums.getrekt.com/index.php?...tup-commands.5

  3. Post #3

    December 2014
    12 Posts
    Hm. With my login from steam i can't download server, with anonymous i did it.
    But, i can't find my server in ingame community tab.

  4. Post #4
    kulan's Avatar
    February 2014
    775 Posts
    Hm. With my login from steam i can't download server, with anonymous i did it.
    But, i can't find my server in ingame community tab.
    Yes you NEED to download with "login anonymous" you can't use your steamID

    If you can connect using "client.connect your.ip.address.here:port" I.E "client.connet 127.0.0.1:28015"
    your router needs it's ports opening for rust you need both the server port and rcon/listening ports opened, the Ports used by rust by default i think are 28015 and 28016 you should set your route to open both port UDP NOT TCP

    most of the info can be found here http://facepunch.com/showthread.php?t=1414775

  5. Post #5

    December 2014
    12 Posts
    Wow.
    So, i can connect to my rust server on my external IP. Not 192.168 =)
    In router i create port forwarding from my.external.ip:28015 to 192.168.0.2:28015.
    With this settings i can connect.

    And, if i want to see my server in community tab, i need to add port forwarding to port 28016? Right?


    Name of columns in english: external port (router), internal port (server), server local IP to forward, protocol (now set to "ALL").

  6. Post #6
    kulan's Avatar
    February 2014
    775 Posts
    Wow.
    So, i can connect to my rust server on my external IP. Not 192.168 =)
    In router i create port forwarding from my.external.ip:28015 to 192.168.0.2:28015.
    With this settings i can connect.

    And, if i want to see my server in community tab, i need to add port forwarding to port 28016? Right?


    Name of columns in english: external port (router), internal port (server), server local IP to forward, protocol (now set to "ALL").
    Yes. i could never get my server to work setting ports to all (both protocols), they want to be set to UDP (Datagram Protocol Користувач) and not TCP (Протокол управління передачею) hope that helps.

  7. Post #7

    December 2014
    12 Posts
    Thanks, it works. Admin commands works too.