-
Posts
768 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by LosGranada
-
- 231 comments
-
- #rust server tool
- #rust server management
-
(and 28 more)
Tagged with:
- #rust server tool
- #rust server management
- #server administration
- #game server hosting
- #rust game
- #server creation
- #server installation
- #plugin management
- #server wiping
- #game server tools
- #easy server setup
- #rust gaming community
- #multiplayer server
- #server extensions
- #rust community
- #server modding
- #server hosting
- #rust server hosting
- #rust server setup
- #server automation
- #myrustserver
- #umod
- #carbon
- #wipe
- #rust
- #installer
- #auto update
- #auto restart
- #discord integration
- #plugin update
-
- 231 comments
-
- #rust server tool
- #rust server management
-
(and 28 more)
Tagged with:
- #rust server tool
- #rust server management
- #server administration
- #game server hosting
- #rust game
- #server creation
- #server installation
- #plugin management
- #server wiping
- #game server tools
- #easy server setup
- #rust gaming community
- #multiplayer server
- #server extensions
- #rust community
- #server modding
- #server hosting
- #rust server hosting
- #rust server setup
- #server automation
- #myrustserver
- #umod
- #carbon
- #wipe
- #rust
- #installer
- #auto update
- #auto restart
- #discord integration
- #plugin update
-
how do i put my servers ip and stuff in so i can use it
LosGranada replied to gena's Support Request in Support
can you please Test app.info in the Console? -
how do i put my servers ip and stuff in so i can use it
LosGranada replied to gena's Support Request in Support
but Server is online and you can connect? -
how do i put my servers ip and stuff in so i can use it
LosGranada replied to gena's Support Request in Support
All Ports Open? -
how do i put my servers ip and stuff in so i can use it
LosGranada replied to gena's Support Request in Support
please read https://codefling.com/files/sc/4292-server-ip/ what Stuff do you mean? -
Companion server failed to start: System.Net.Sockets.SocketException
LosGranada replied to LosGranada's question in Support
sorry wrong picture -
Companion server failed to start: System.Net.Sockets.SocketException
LosGranada posted a question in Support
Hello, currently have the following problem: Companion server failed to start: System.Net.Sockets.SocketException (0x80004005): Only one usage of each socket address (protocol/network address/port) is normally premitted. at System.Net.Sockets.Socket.Bind (System.Net.EndPoint localEP) [0x00043] in <ae22a4e8f83c41d69684ae7f557133d9>:0 at Fleck.SocketWrapper.Bind (System.Net.EndPoint endPoint) [0x00000] in <f1ab979dad39453bb3ab99ae17860fb2>:0 at Fleck.WebSocketServer.Start (System.Action`1[T] config) [0x00018] in <f1ab979dad39453bb3ab99ae17860fb2>:0 at CompanionServer.Listener..ctor (System.Net.IPAddress ipAddress, System.Int32 port) [0x000a8] in <fe8f45fbfccd4e6f916ad0e590a44ac3>:0 at CompanionServer.Server.Initialize () [0x00037] in <fe8f45fbfccd4e6f916ad0e590a44ac3>:0 (20:19:30) | Server startup complete What's strange is that I can still connect to the Rust app and the server. I have already tried many things, but when I deactivate the app with -1, the error no longer occurs. No other process listens to this port. I have already open again the ports, uninstalled programs, enabled/disabled Hyper-V, disabled Windows Sandbox, delete firewall rules. When I start the server via a batch, the error does not appear. @echo off cls echo Starting Server... RustDedicated.exe -batchmode -nographics -silent-crashes ^ +server.port 28015 ^ +rcon.port 28016 ^ +rcon.password "123456" ^ +app.port 28083 ^ +server.identity "mrs" ^ +server.gamemode vanilla ^ +server.level "Procedural Map" ^ +server.seed 3486489 ^ +server.worldsize 3500 ^ -LogFile "server\rst\server.log" But I want to give the RustDedicated.exe the start arguments. This then looks like this, everything the same as the batch file. StartServer.StartInfo.FileName = root.Text & "\RustDedicated.exe" StartServer.StartInfo.Arguments = "-batchmode -nographics -silent-crashes^" & vbNewLine & "+server.port 28015 ^" & vbNewLine & "+rcon.port 28016 ^" & vbNewLine & "+rcon.password 123456 ^" & vbNewLine & "+server.identity ""mrs"" ^" & vbNewLine & "+server.gamemode vanilla ^" & vbNewLine & "+server.level ""Procedural Map"" ^" & vbNewLine & "+server.seed 3486489 ^" & vbNewLine & "+server.worldsize 3500 ^" & vbNewLine & "-LogFile ""server\mrs\servertest.log""" Server loads normally but then comes the error message. Thanks for your help. -
your ports must be assigned twice, check that out.
-
np dude, click on the Checkbox (show emty Servers)? how Long do you wait in the seach List?
-
Thank you, I'm done but will only come with the next update.
-
must RCON IP also be changed?
-
I'll see what I can do. Can you show me how this would look like with a batch file. You have a server on which multiple IPs ping, do I understand that correctly? i found ^^ @echo off cls :start RustDedicated.exe -nographics -batchmode -silent-crashes +server.ip “(fill in your server ip)” +server.identity “(fill in your server identity)” +server.port 28015 +rcon.port 28016 +rcon.password “fill in a password” -logfile “ServerLog.txt” +rcon.web true -logfile “output.txt” goto start I will install, is not a problem
-
Using Custom Batch causes two batch files to run.
LosGranada replied to TheAlchemist's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to Next Version -
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
Is fixed in v3 Release is in a few days.
-
Using Custom Batch causes two batch files to run.
LosGranada replied to TheAlchemist's Support Request in Support
Looks to me like a fucking mistake Don't be angry with me but in v2 I won't fix such a big bug anymore. v3 will be released in the next few days and there I have also installed cpu affinity. If you want, I build for you priority abovenormal. On my Discord you can currently test the BETA if you want. https://ibb.co/tKxvYRr -
Changed Status from Pending to Closed Changed Fixed In to 2.3.2
-
Changed Status from Pending to Closed Changed Fixed In to 2.3.2
-
i will Check this, Thank for the Report.
-
Only Update the Server..
-
Do you have the current version? The message no longer exists in the .
-
I'm sorry but that's not possible. I didn't install anything like that because I assumed that nobody needed it
-
the error still comes Limit Erreicht?
-
Stop on startup and compiler not closing
LosGranada replied to Chill Roleplay's Support Request in Support
Changed Status from Pending to Not a Bug Changed Fixed In to 2.3.2