1. Wulf

    Wulf Community Admin

    RCON (and therefore Rusty) doesn't have any sort of permission level, you just login to it with the RCON password. Using RCON is essentially like using the server console directly. Most updated plugins now do not use the owner/moderator auth level anymore, instead the permissions as they offer fine control over what each user or group can do. If you want to see what commands owners/moderators can use, see the Player Administration command list for examples: http://oxidemod.org/threads/rust-experimental-and-oxide-server-commands.6404/.

    Once again though, this plugin doesn't use the auth levels, so none of the above would help you resolve your issue here. If your oxide.users.json file doesn't show the permission you entered with the command, most likely the plugin or Oxide isn't loaded. If you aren't getting responses at all, it's likely you aren't running Oxide.
     
  2. Oxide showed "installed" on the FPSplayers.com page, but it was broken due to today's patch. After reinstalling Oxide, the plugins appear to be working.

    Thanks Wulf!
     
  3. Wulf

    Wulf Community Admin

    Oxide is a mod, so every update you need to re-install. Make sure you install the compatible build from the same day too. ;)
     
  4. Got this message in console upon trying to reload the new Whitelist plugin (server's running the latest Steam update and Oxide build).

    [​IMG]

    -Ryan

    EDIT: Ignore this. For some reason I needed to run Steam Update TWICE in a row. It works now.
     
    Last edited by a moderator: Jun 12, 2015
  5. Wulf

    Wulf Community Admin

    Did you edit any json files manually?
     
  6. Edited my previous reply, it's not throwing the errors anymore. Just for reference, what's the correct format for the json file?

    Thanks,

    -Ryan
     
  7. Wulf

    Wulf Community Admin

    It's on the Overview page. ;) The datafile shouldn't be edited manually though.
     
  8. Version 0.3.1

    Running whitelist on my server only allowing a selected few friends to join, but since the latest update, I've noticed a couple of players joining who wasn't listed on the whitelist... wondering if any other using whitelist have noticed similar issue.
     
  9. I'm also having this problem. 8 players have joined in the last week who aren't in the whitelist. I tried removing one of my whitelisted players to test if it was working, and they got the "You are not whitelisted" message. So I don't know what's going on.
     
  10. Edit: Fixed the issue. Needed to redownload the lastest version of oxide that just updated today and trying to use the / in console like in chat commands was a main issue of it not working.


    Trying to figure out why this is not working. I was able to grant myself permissions using the console with the code on the main page but then why i try to add myself to the whitelist with the chat commands via the console it throws up a command not found error.

    I can't join my server due to not being on the whitelist itself so I am not sure where I can type this in to get added. I read from previous posts on here that adding it manually via the whitelist.json file in the config folder is an option but when I look in there to get an idea how to code in that all it shows me is {}, that't it.

    I took out the whitelist lua temporarily so I could play without having to get myself whitelisted and it started throwing me up the error in the picture of wrong connection protocol dispite the way I was trying to connect via the console being the same as was before which was successful. I tried client.connect with and without ip and it kept throwing up the same error.

    Thanks for the help.
     

    Attached Files:

    Last edited by a moderator: Jul 4, 2015
  11. Wulf

    Wulf Community Admin

    The error in your log has nothing to do with this plugin, you either have the server outdated or your client is outdated.
     
  12. I had both fresh downloaded, the next day as I put in my edit Oxide had an update I was not aware of so I redownloaded it then figured out my syntax issue with the whitelisting. All is ok now. Thanks for the reply.
     
  13. I have just started a Rust server so very new at this....
    I added the plugin, it seems to be working as I can't join the server as I am not whitelisted.
    How do I add myself to the whitelist?

    I did try oxide/grant user...., the oxide.users.json file shows that I have whitelist permissions.

    Checked that there are oxide/config/whitelist.json and oxide/data/whitelist.json files.
    The file under /config starts with {Messages... The file under date has no entries other than "{}".
    I tried adding
    Code:
    {
      "Settings": {
        "ChatName": "WHITELIST",
        "Whitelist": [
          "76561198045505996",
          "76561198148247001",
          "76561198027427318",
          "76561197997416991"
        ]
      },
    manually to the config file (with my steamed) but no luck.

    Help would be appreciated.
    Thanks
     
    Last edited by a moderator: Jul 12, 2015
  14. Wulf

    Wulf Community Admin

    That is an outdated config file. See the Overview for the commands to use to whitelist user.
     
  15. Wulf....tried the chat commands from RCON...I got a response that looks like they work but I am still not whitelisted. Not sure how to run the command from rust, if I include the whitelist plugin I can't join...if I don't include the plugin then I get command not found??? (This is probably a noob issue, sorry in advance)

    Do you have some general advice or a site to recommend for getting started?
     
    Last edited by a moderator: Jul 12, 2015
  16. Wulf

    Wulf Community Admin

    What is the exact command you used to whitelist the user, and did you check oxide.users.json to verify they have the permission?
     
  17. I am a noob at this, and can't get it going. After I install, I am unable to join because I am not whitelisted. What are the steps (please be specific) needed to add myself to the whitelist before I try to connect to the server? I am running a hosted server with fpsplayers.com
     
  18. Wulf

    Wulf Community Admin

    The instructions are on the Overview, you'd need to grant your user the permission.
     
  19. So where do I enter what command to grant my user the permission? I am adding commands in the web console. I saw the json file change, but it still says I am not whitelisted. Exactly how/where do I enter a command (and what is the command) to give myself the ability to login after first installing the plugin? Obviously can't use chat as I can't get in.
    I guess there is an assumed step in the Overview that I am not aware of since I am new to plugins on this version of Rust
     
  20. Wulf

    Wulf Community Admin

    You'd need to use the server console, F1 console, or RCON to grant your user the whitelist permission, then you can use the chat or console commands to add/remove users from the whitelist.