I Can't access winbox [&webfig] from anywhere ?

Hello I’m using Mikrotik RB750Gr3

I have a Problem. I cannot access Winbox and Webfig From anywhere?
but I can Access Remote Desktop and another Programs [I had forward port 3389 : in IP > Firewall > NAT]

I have turn on DDNS [in IP > Cloud] + Using No-ip ddns and Real IP.

and I try to connect Winbox from outside. I Cannot connect
I wan’t to access Winbox When I not turn on my computer.

My Network Diagram ::

  1. Cable Modem set as Bridge Mode and Connect to Mikrotik Port 1
  2. Mikrotik RB750Gr3

Thank you

I suspect that you firewall blocks all incoming connections to WAN interface so you need to enable access to port 8291 for Winbox.

add action=accept chain=input comment="Accept winbox" dst-port=8291 in-interface=YOUR_WAN_INTERFACE protocol=tcp

and move it befere all blocking rules … but I suggest to do this

/ip service
set winbox port=48291
/ip firewall filter
# this allows connection from any interface
# remember to move it to the beginning of the filter list
add action=accept chain=input dst-port=48291 protocol=tcp

It moves WinBox access port from obvious 8291 to nonstandard 48291.
You then need to put in WinBox “Connect to:” field “your_public_ip:48291” from “outside” and “local_IP:48291” from “inside”

If you make your Mikrotik available from the outside you make it also available for others to have a run at it.

It is only protected by username and if set a password.

I just solved Thank you BartoszP

Hello.

Sorry if I missed something. But, if I can’t access to my router via winbox, how should I connect to router and set and change the port?

Thanks in advance for your kindly help.

Regards.
Jorge