Solved Online console?

Discussion in 'Rust Discussion' started by Rydax, Jul 28, 2015.

  1. There is a plugin that as a site with an online console or something like that? thanks
     
  2. RustIO also does it
     
  3. wat u using to start the server?
    i use this
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.port 28017 +server.hostname myserver +server.identity myserver +server.maxplayers 50 +rcon.ip (add your ip for server) +rcon.port 28141 +rcon.password mypassword  -cfg "server\IDENTIFICACION\cfg\server.cfg"
     
  4. Thanks!