Use winbox to log to my server from outside

I need your help how i can use winbox to login to my server from out side i try but the ip of server but its not connect

Do you have routable IP address or address from private address space ?

Destination NAT rules are required on top router, if there is private IP address space is used on the router.
8291 TCP port is used by Winbox.

my setting is

Ip firewall nat
add chain=dstnat in-interface=internal dst-address=!10.0.0.1 protocol=tcp dst-port=80 action=redirect to-ports=8080
comment=“” disabled=no
add chain=srcnat out-interface=ll action=masquerade comment=“” disabled=no

Ip Route
/ ip route
add dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=255 target-scope=10 comment=“” disabled=no

  1. To access Winbox from public networks,
    NAT should be configured on,

192.168.1.1

  1. There should not be any problems to access router from local network.

ip firewall Filter Rules then add chain=input src address=ur outside address(which address u want to login from outside) action=Accept


try this, it think it will be working now