Winbox Web navigation....posible?

Hi,

We all know that from the winbox window we can access a “web browser” to see the manual and it access mikrotik webpage. My question would be: How i can access a web-browser page from winbox??? i need this to configure my router from the router , or else i would have to travel 1000 km to fix the issue please help i know there must be a way. :frowning: …THanks in advance…

Winbox doesn’t use browser from within the router, but from within your PC. It’s just as using your normal browser.

So there is no way to configure a Router from the Winbox? because some routers only can be configure from web browser …http..

Thanks anyway normis

If you’re running a RouterOS version where it’s working you could SSH port forward.

ssh -L10000:ip.of.router:80 user@routerosdevice

Then on the machine you’re running the SSH client on you can use http://localhost:10000 to access the web interface.

or just make a DST-NAT rule for the specific IP/PORT.
Or make a PPTP tunnel to that port

thanks fewi and normis, i would have used those methods on my case but thank God someone did that for me on the remote site and now is working :smiley:

But could it be posibble that someone could try this and confirm tht it works?

-thanks guys