my oxide.config.json
{ "Options": { "Modded": true, "PluginWatchers": true, "DefaultGroups": { "Players": "default", "Administrators": "admin" }, "WebRequestIP": "*.*.*.*" }, "OxideConsole": { "Enabled": true, "MinimalistMode": false, "ShowStatusBar": true }, "OxideRcon": { "Enabled": false, "Port": 28223, "Password": "", "ChatPrefix": "[Server Console]" } }

my command line
-batchmode -nographics +server.maxplayers 30 +server.ip *.*.*.* +server.port 28221 +rcon.web 1 +rcon.ip *.*.*.* +rcon.port 28223 +rcon.password "" +app.listenip *.*.*.* +app.port 28288 +fps.limit "120" -logfile "logs\latest.log"

The rcon tools connect, but the console feed is blank. Player list is blank as well. I've searched online and tried a few things but can't seem to get it to go. Any help is appreciated.