How to disable searching mikrotik on winbox

Hi, my network can see my mikrotik from winbox. When they clicked … button it’s mac and ip address shown up. I don’t want everybody to see that. I just want people who knows the ip address can connect it. How can I do that?

Here are two options.

  1. disable discovery on the interface to which your network users are connected
    i.e /ip > neighbor > discovery

  2. block the default MT discovery protocol port (5678) on your router - if this is convenient and if you haven’t changed this default
    i.e /ip > firewall > nat (forward and input chains perhaps)

Cheers.

Thanx the first thing that was I looking for.