SuB-Revolt Posted October 6, 2014 Share Posted October 6, 2014 Hi dudes, So I figured since this game is quite popular and on demand, we should have a conversation going about our issues, and our fixes. This game is in such an early stage that there are tons of matters related to rcon, console not working, and so on. I would like to address my current issues. I have setup the servers, and it works fine with the right command line: RustDedicated.exe -batchmode +server.hostname "Montr?al | Communaut? Rust Qu?b?coise #1 | Active Admins" +server.port 28225 +server.identity "SNK" +server.seed 6738 +server.maxplayers 300 +server.saveinterval 30 But I have one single problem: RCON & Console Commands. Since Garry is such a great dude, he made sure that the Client Console is totally useless when it comes to rcon.login + rcon commands. So now we have to use web console or Rusty Tool. But hey guess what, Rusty tool does not work for some reason if you are running your game servers on TC Admin. Would love to get some insights from you guys on what you might have resolved and what your issues are right now. Cheers Link to comment Share on other sites More sharing options...
csellebrecht Posted October 24, 2014 Share Posted October 24, 2014 Download the new version of rusty. I did manage to get it working Link to comment Share on other sites More sharing options...
Dennis Posted October 25, 2014 Share Posted October 25, 2014 You can't download the game anymore. Steam>app_update 258550 -beta experimental validate Update state (0x3) reconfiguring, progress: 0.00 (0 / 0) Success! App '258550' fully installed. Steam> On all of our servers, which run Debian 7.5, it just says that the files are updated, even though nothing is there. Link to comment Share on other sites More sharing options...
Dennis Posted November 4, 2014 Share Posted November 4, 2014 Does anyone have the same problem as I described in #3? Link to comment Share on other sites More sharing options...
csellebrecht Posted November 4, 2014 Share Posted November 4, 2014 Worked for me try removing the validate also are you doing it manually ? Link to comment Share on other sites More sharing options...
Dennis Posted November 4, 2014 Share Posted November 4, 2014 I've tried without the -beta and validate parameters. Yes, I'm executing all commands manually Link to comment Share on other sites More sharing options...
tiweb Posted November 5, 2014 Share Posted November 5, 2014 well i cant find my self to start the server whit tcadmin but if i try whit the exe it self all good Link to comment Share on other sites More sharing options...
Kleston Posted December 18, 2014 Share Posted December 18, 2014 I'm having the same issue as DennisMidjord. I created a game config, it just does not download anything. Even when I try manually through shell I get the same results. Link to comment Share on other sites More sharing options...
Dennis Posted December 18, 2014 Share Posted December 18, 2014 http://support.facepunchstudios.com/feedback/view/1598-rust-dedicated-won-t-download-on-debian I've seen someone say that Garry took the Linux files offline because the Linux bins didn't work. Link to comment Share on other sites More sharing options...
simplyfrag Posted December 20, 2014 Share Posted December 20, 2014 Ive managed to get a TEMPLATE made for this game which can do everything apart from interact with the server console via Web console. Has anybody found out how to make it so you can CHOOSE which ip you want to load on? Final Question: What protocols does rust use on TCAdmin? Link to comment Share on other sites More sharing options...
Dennis Posted December 20, 2014 Share Posted December 20, 2014 Ive managed to get a TEMPLATE made for this game which can do everything apart from interact with the server console via Web console. Has anybody found out how to make it so you can CHOOSE which ip you want to load on? Final Question: What protocols does rust use on TCAdmin? You can start it with the -ip command line parameter. If I recall correctly, you should be able to use the HL2 new query protocol for query. Link to comment Share on other sites More sharing options...
alpen Posted December 20, 2014 Share Posted December 20, 2014 (edited) > What protocols does rust use on TCAdmin? HL2 New > -ip Rusty a problem with the connection on the same port (multiple ip addresses). Edited December 20, 2014 by alpen Link to comment Share on other sites More sharing options...
simplyfrag Posted December 21, 2014 Share Posted December 21, 2014 (edited) Rcon Protocol type? and -ip $[service.IpAddress] didn't work still loads on server master ip and not the failover ip. Edited December 21, 2014 by simplyfrag Link to comment Share on other sites More sharing options...
Dennis Posted December 21, 2014 Share Posted December 21, 2014 Source. Tried -server.ip or +server.ip? Link to comment Share on other sites More sharing options...
Streamline Servers Posted December 22, 2014 Share Posted December 22, 2014 (edited) For Experimental to set the server IP use: +server.ip $[service.IpAddress] You will also need to set your RCON IP & Port for Rusty to work: +rcon.ip $[service.IpAddress] +rcon.port $[service.RConPort] Edited December 22, 2014 by Streamline Servers Link to comment Share on other sites More sharing options...
simplyfrag Posted December 26, 2014 Share Posted December 26, 2014 That didn't Work could you send your full Command lines? Link to comment Share on other sites More sharing options...
Dennis Posted December 26, 2014 Share Posted December 26, 2014 Why not just look at Rust Dev or search on Google? The parameter he sent is correct if you use experimental, not if you use legacy. Link to comment Share on other sites More sharing options...
simplyfrag Posted December 27, 2014 Share Posted December 27, 2014 This is my current commandline setup: -batchmode +server.ip $[service.IpAddress] +server.port $[service.GamePort] +server.maxplayers $[service.Slots] +rcon.ip $[service.IpAddress] +rcon.port $[service.RConPort] ![rconpass] ![hostname] +server.identity "![identity]" ![save] +server.tickrate 30 ![seed] which inside tcadmin looks like this: -batchmode +server.ip 5.39.6.168 +server.port 28015 +server.maxplayers 50 +rcon.ip 5.39.6.168 +rcon.port 28015 +rcon.password "****" +server.hostname "SimplyFrag Hosting" +server.identity "123" +server.saveinterval 300 +server.tickrate 30 +server.seed 6738 -cfg "server\123\cfg\server.cfg" -logFile "log.txt" +server.secure When trying to load gameserver on 5.39.6.168:28015 it still only loads on: 94.23.60.99:28016 SimplyFrag Hosting (according to HLSW) Link to comment Share on other sites More sharing options...
Dennis Posted December 27, 2014 Share Posted December 27, 2014 And you're sure you're running Experimental servers? Also try connecting to the server. You can't always count on HLSW. Link to comment Share on other sites More sharing options...
simplyfrag Posted December 27, 2014 Share Posted December 27, 2014 yes im 100% certain its experimental. Add my skype: SimplyFragHosting i will show you Link to comment Share on other sites More sharing options...
Dennis Posted December 27, 2014 Share Posted December 27, 2014 I was able to connect on 94.23.60.99:28015 with Experimental, so I don't have to check. Try removing everything else but cfg, ip and port. You'll still need -batchmode though. Link to comment Share on other sites More sharing options...
simplyfrag Posted December 27, 2014 Share Posted December 27, 2014 (edited) Thing is its just not using the MAIN ip but ill give it a try -batchmode +server.ip 5.39.6.168 +server.port 28015 +server.maxplayers 50 +server.hostname "SimplyFrag Hosting" +server.identity "123" -cfg "server\123\cfg\server.cfg" -logFile "log.txt" Still goes onto 94.23.60.99:28015 Edited December 27, 2014 by simplyfrag Link to comment Share on other sites More sharing options...
simplyfrag Posted December 27, 2014 Share Posted December 27, 2014 (edited) i toggled on the override with that same command line and it seems to have worked... Edit: Its all working now it was a "bugged template" Edited December 27, 2014 by simplyfrag Link to comment Share on other sites More sharing options...
zona-gamer Posted January 24, 2015 Share Posted January 24, 2015 hello friends tcadmin and state configrandolo use several hours for it to work 100% and stable server, I work all web console, STATISTICS, and all, but I have two problems I think is common to everyone 1st problem is that the server-law entered the water is not visible 2nd problem rcon not work, and read grabbing need a mod called Oxidon or something someone can tell me where to get and how to install Use this command line -batchmode + server.ip rcon.ip xxxxxxxxxxxxx xxxxxxxxxxxxx + + server.port server.maxplayers xxxxxx + 50 + server.hostname "xxxxxxxxxxxxxxxxxx" + server.identity "SNK" + server.seed 6738 -map rust_island_2013 + rcon.password "xxxxx "+ + server.saveinterval rcon.port 30 -datadir xxxxxxxx" ServerData / " Link to comment Share on other sites More sharing options...
krazos Posted May 21, 2015 Share Posted May 21, 2015 Have anyone got web console to work? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now