1. Post #1

    July 2014
    20 Posts
    This is for Windows ONLY! There is another thread covering most of the steps for a linux system!

    Title says it all.

    Visit the Google Doc we made below and enjoy!

    If you have any questions feel free to ask!

    http://goo.gl/ZzMakV


    ***** We only made it a Google doc so that MistaD and I may edit it at anytime and not only depend on one of us. ******
    Reply With Quote Edit / Delete Reply Show Events Dumb Dumb x 1 (list)

  2. Post #2

    February 2014
    393 Posts
    Where's the Linux version? ;) Knowing what its appid in SteamCMD would be a start.

    Edit: Just saw the other thread. This one seems.. redundant.
    Reply With Quote Edit / Delete Reply United States Show Events Agree Agree x 2Artistic Artistic x 1 (list)

  3. Post #3

    June 2013
    73 Posts
    Can't i just give you my credit card number do we really need to go through the hassle of virus. jk
    Reply With Quote Edit / Delete Reply Windows 7 Australia Show Events Dumb Dumb x 3 (list)

  4. Post #4

    July 2014
    20 Posts
    People are weird about the Virus stuff nowadays. If we need to we will add the linux version as well but if your using linux you should already understand how to do this. This is for those lazy people on windows that cant figure things out on there own.
    Reply With Quote Edit / Delete Reply United States Show Events Agree Agree x 1 (list)

  5. Post #5
    giosepeluiz's Avatar
    May 2014
    72 Posts
    The "Server Installer" link are offline, have another link?



    Thanks!

  6. Post #6

    July 2014
    20 Posts
    Fixed - Problems with are server host atm. Sorry about that.

  7. Post #7
    Dennab
    August 2014
    10 Posts
    Fixed - Problems with are server host atm. Sorry about that.
    I recommend using bigscoots, I host all of my sites with them. Very great. Let me know when it is back online, because it is still down for me. Trying the live version as well, but without luck.

  8. Post #8

    July 2014
    20 Posts
    My bad. Should be good now. Didn't copy the link completely.

    ** Put file on TinyUpload for the time being until we sort out web host issues. **

  9. Post #9

    February 2014
    7 Posts
    Do you guys know how to force the port? I'm using the Linux build and for some reason it's giving me a random port in the 55000 range. I have tried with every variance of -port I can think of and none seem to work.

  10. Post #10
    Dennab
    August 2014
    10 Posts
    My bad. Should be good now. Didn't copy the link completely.

    ** Put file on TinyUpload for the time being until we sort out web host issues. **
    Works like a charm. Thank you!

  11. Post #11

    July 2014
    20 Posts
    In the CMD have you tried server.port? If so we managed to get port 1337 working properly if you would like to try that.

  12. Post #12
    Dennab
    August 2014
    10 Posts
    Hey.

    Do you know where I can find a full list of command line variables?

  13. Post #13

    February 2014
    7 Posts
    server.port doesn't seem to do anything either. Very odd...

  14. Post #14

    July 2014
    20 Posts
    Hey.

    Do you know where I can find a full list of command line variables?
    Just updated the DOC with known commands.

    server.port doesn't seem to do anything either. Very odd...
    can you post screenshot of your console jasonm0928? Also what linux distro are you using?

  15. Post #15
    kulan's Avatar
    February 2014
    775 Posts
    this list is the most complete i have seen up to yet

    http://facepunch.com/showthread.php?...1#post45567545
    Reply With Quote Edit / Delete Reply United Kingdom Show Events Useful Useful x 1 (list)

  16. Post #16

    July 2014
    20 Posts
    Yah Kulan I put it in my DOC crediting him for that list! Saved me time from actually typing out the list.
    Reply With Quote Edit / Delete Reply United States Show Events Friendly Friendly x 1 (list)

  17. Post #17
    Dennab
    August 2014
    10 Posts
    Yah Kulan I put it in my DOC crediting him for that list! Saved me time from actually typing out the list.
    I followed Kulans url but just so you know, it does not work in your DOC: No Thread specified. If you followed a valid link, please notify the administrator

  18. Post #18

    July 2014
    20 Posts
    I followed Kulans url but just so you know, it does not work in your DOC: No Thread specified. If you followed a valid link, please notify the administrator
    Odd, its only an internal link. Well I just pasted the list itself in the doc then.

    Thats google for you.


  19. Post #19
    Dennab
    August 2014
    10 Posts
    Also,

    Just saw this issue. It looks like server is loading fine, and people can connect to it (my friend tried)

    but I have set: +server.maxplayers 50

    and yet the server changes to 244 slots (probably the maximum allowed or something) and Stops the server.

    Any clue of what might cause this?

  20. Post #20

    February 2014
    7 Posts
    I have tried this with +server.port -server.port, etc. Also many other options and nothing makes a difference.. It's Ubuntu 14.04... Trying to do a client.connect to the machine fails as well...


    jasonm@jasonm:~/steam/rust$ ./RustDedicated -batchmode +server.port 29015
    Set current directory to /home/jasonm/steam/rust
    Found path: /home/jasonm/steam/rust/RustDedicated
    Mono path[0] = '/home/jasonm/steam/rust/RustDedicated_Data/Managed'
    Mono path[1] = '/home/jasonm/steam/rust/RustDedicated_Data/Mono'
    Mono config path = '/home/jasonm/steam/rust/RustDedicated_Data/Mono/etc'
    PlayerConnection initialized from /home/jasonm/steam/rust/RustDedicated_Data (debug = 0)
    PlayerConnection initialized network socket : 0.0.0.0 55411
    Multi-casting "[IP] 192.168.5.10 [Port] 55411 [Flags] 2 [Guid] 253863280 [EditorId] 2336916401 [Version] 1048832 [Id] LinuxPlayer(192.168.5.10) [Debug] 0" to [225.0.0.222:54997]...
    PlayerConnection already initialized - listening to [192.168.5.10:55411]

  21. Post #21

    July 2014
    20 Posts
    Also,

    Just saw this issue. It looks like server is loading fine, and people can connect to it (my friend tried)

    but I have set: +server.maxplayers 50

    and yet the server changes to 244 slots (probably the maximum allowed or something) and Stops the server.

    Any clue of what might cause this?
    No Clue. Server is in experimental so cant expect everything to be perfect.

    I have tried this with +server.port -server.port, etc. Also many other options and nothing makes a difference.. It's Ubuntu 14.04... Trying to do a client.connect to the machine fails as well...


    jasonm@jasonm:~/steam/rust$ ./RustDedicated -batchmode +server.port 29015
    Set current directory to /home/jasonm/steam/rust
    Found path: /home/jasonm/steam/rust/RustDedicated
    Mono path[0] = '/home/jasonm/steam/rust/RustDedicated_Data/Managed'
    Mono path[1] = '/home/jasonm/steam/rust/RustDedicated_Data/Mono'
    Mono config path = '/home/jasonm/steam/rust/RustDedicated_Data/Mono/etc'
    PlayerConnection initialized from /home/jasonm/steam/rust/RustDedicated_Data (debug = 0)
    PlayerConnection initialized network socket : 0.0.0.0 55411
    Multi-casting "[IP] 192.168.5.10 [Port] 55411 [Flags] 2 [Guid] 253863280 [EditorId] 2336916401 [Version] 1048832 [Id] LinuxPlayer(192.168.5.10) [Debug] 0" to [225.0.0.222:54997]...
    PlayerConnection already initialized - listening to [192.168.5.10:55411]
    No clue man. I haven't tinkered much Linux wise to understand it. I will post a guide for linux soon though after I can get it working properly and easily.

  22. Post #22
    Dennab
    July 2014
    42 Posts
    I have tried this with +server.port -server.port, etc. Also many other options and nothing makes a difference.. It's Ubuntu 14.04... Trying to do a client.connect to the machine fails as well...


    jasonm@jasonm:~/steam/rust$ ./RustDedicated -batchmode +server.port 29015
    Set current directory to /home/jasonm/steam/rust
    Found path: /home/jasonm/steam/rust/RustDedicated
    Mono path[0] = '/home/jasonm/steam/rust/RustDedicated_Data/Managed'
    Mono path[1] = '/home/jasonm/steam/rust/RustDedicated_Data/Mono'
    Mono config path = '/home/jasonm/steam/rust/RustDedicated_Data/Mono/etc'
    PlayerConnection initialized from /home/jasonm/steam/rust/RustDedicated_Data (debug = 0)
    PlayerConnection initialized network socket : 0.0.0.0 55411
    Multi-casting "[IP] 192.168.5.10 [Port] 55411 [Flags] 2 [Guid] 253863280 [EditorId] 2336916401 [Version] 1048832 [Id] LinuxPlayer(192.168.5.10) [Debug] 0" to [225.0.0.222:54997]...
    PlayerConnection already initialized - listening to [192.168.5.10:55411]
    All of us with linux servers have the same issue, we'll have to wait for Garry to fix it.

  23. Post #23

    February 2014
    7 Posts
    All of us with linux servers have the same issue, we'll have to wait for Garry to fix it.
    Yah, that is what I figured out after posting this.... Well it is experimental, there are sure to be issues....

  24. Post #24
    Dennab
    August 2014
    10 Posts
    No Clue. Server is in experimental so cant expect everything to be perfect.
    It is fine. I fixed it :)

  25. Post #25
    It is fine. I fixed it :)
    How? Just telling us you fixed it isn't helpful.

  26. Post #26
    Dennab
    August 2014
    10 Posts
    How? Just telling us you fixed it isn't helpful.
    No real fix. Just probably a bug on my game panel side that got resolved when I created a new service with the new command line
    (I was always changing settings of the default server I created with the wrong settings and all).

  27. Post #27

    July 2014
    20 Posts
    No real fix. Just probably a bug on my game panel side that got resolved when I created a new service with the new command line
    (I was always changing settings of the default server I created with the wrong settings and all).

    Glad to see you got it working though!

  28. Post #28

    August 2014
    2 Posts
    Btw where do you use those commands? in console?

  29. Post #29
    RustEssentials Creator
    mistad's Avatar
    November 2013
    309 Posts
    Updated the command list at the bottom of the document. Also added in some command line notes.

  30. Post #30
    kulan's Avatar
    February 2014
    775 Posts
    in your doc

    Stuff:
    1. If you want to connect by IP, do “client.connect (ip):(port)” in your F1 console. If you’re hosting this on your own machine, it should be “client.connect localhost:28015”
    2. In the current build, you cannot join your own server through the server list because it won’t show up. You have to use “client.connect”. (this can be sorted by forwarding ports 28015 UD Pand 28016 UDP on your router if you have not changed you port setting)
    3. You can drop out of your current server with “client.disconnect”.

  31. Post #31
    RustEssentials Creator
    mistad's Avatar
    November 2013
    309 Posts
    Fixed, thanks kulan.

  32. Post #32
    Gold Member
    Pizhik's Avatar
    October 2012
    147 Posts
    -snip-

  33. Post #33

    August 2014
    11 Posts
    I made a quick video tutorial if you want to check it out https://www.youtube.com/watch?v=MdEZYTP-Z8s
    Reply With Quote Edit / Delete Reply United States Show Events Dumb Dumb x 1 (list)

  34. Post #34

    July 2014
    20 Posts
    I made a quick video tutorial if you want to check it out https://www.youtube.com/watch?v=MdEZYTP-Z8s

    Thanks!

  35. Post #35
    kulan's Avatar
    February 2014
    775 Posts
    a bit more info for your info page

    If you put the seed as 0 you get a random seed

  36. Post #36

    July 2014
    20 Posts
    a bit more info for your info page

    If you put the seed as 0 you get a random seed
    Cool, thanks Kulan for helping us keep up to date!!

  37. Post #37
    Gold Member

    October 2005
    95 Posts
    Anybody manage to get rcon to work?
    I've been sifting through various bits of code and have not had much luck.

  38. Post #38
    kulan's Avatar
    February 2014
    775 Posts
    Rcon is not working client side but
    Garry has this card on trello for Monday
    Server Admin/Owner permission list
    Link https://trello.com/b/T3Ha15z3/garry-s-week

    I persume this will enable client side rcon control

  39. Post #39

    July 2014
    20 Posts
    So on that trello he did finish it hes testing it at the moment. Thanks for that trello, I didnt know about it!