[RustAdmin] How to get the Oxide Tab work?Solved
Hey Guys,
I have a "Problem" with RustAdmin and dont know where to ask for help.
I want the Oxide Tab working.
Someone know how to?
In the oxide.config.json i found OxideRcon is set to false with a complete different port, have it something to do with it?

  "OxideConsole": {
    "Enabled": true,
    "MinimalistMode": true,
    "ShowStatusBar": true
  },
  "OxideRcon": {
    "Enabled": false,
    "Port": 25580,
    "Password": "",
    "ChatPrefix": "[Server Console]"
  }
​

Thanks for help :)
Set MinimalistMode to false.
And what can i do with the Oxide RCON?
In response to BattleSheep ():
And what can i do with the Oxide RCON?
Oxide RCON is our own RCON implementation, it can remain false in Rust.
Locked automatically