1. Hi. Could you please tell me if anyone of you has already received this type of antivirus alert? My antivirus is "Malwarebytes".
    [​IMG]
     
  2. Wulf

    Wulf Community Admin

    Was it when you were connecting to a server at 93.170.123.196?
     
  3. The used port is simply suspicious for MalwareBytes. You should whitelist the application, or folder, or process.
     
  4. This is after launching my local server "oxide".
    Here is what is written in the launch file :

    "RustDedicated.exe -batchmode +server.ip 0.0.0.0 +server.port 28015 +server.level "Procedural Map" +server.hostname "Vets Server" +server.seed 123454321 +server.maxplayers 50 +server.worldsize 4000 +server.identity "my_server_identity" +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password 1234
    cd ../
     
  5. Wulf

    Wulf Community Admin

    Your security software thinks your IP or port is malicious then, so you'd likely need to whitelist the application like Fuji suggested. I'm assuming that IP in the message is from someone connecting, not yourself as your IP on our forums doesn't match it.
     
  6. Thank you for the clarification. There is a way to know who is present on my private server using software like "Rustadmin"?
     
  7. Wulf

    Wulf Community Admin

    You can see when someone logs in via RCON in your logs or console.
     
  8. Thank you for all :)