How to remote desktop via Mikroktik

can you guide me how to remote desktop via mikrotik step by step?

MikroTik doesn’t have a remote desctop client, because it has no GUI. What is your question specifically?

ip firewall nat add chain=dstnat action=dst-nat to-addresses=xx.xx.xx.xx(Internal IP Host) to-ports=3389 protocol=tcp dst-address=xx.xx.xx.xx(MK Public Address) dst-port=3389

Thanks it work!! :slight_smile: