Default Routerboard IP change

Hi! Just received my first mikrotik routerboard 750g so I'm a newbie and I don't where to start...

First... How do I change the default router IP from 192.168.88.1 to 192.168.2.1 ?



[admin@MikroTik] > ip address print
Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK BROADCAST INTERFACE

0 ;;; default configuration
192.168.88.1/24 192.168.88.0 192.168.88.255 ether2-local-master
1 D 192.168.0.51/24 192.168.0.0 192.168.0.255 ether1-gateway
[admin@MikroTik] >

Not too difficult.
/ip address
add address=192.168.2.1/24 interface=ether2-local-master
then remove the old assignment. At this point, you will lose connection with the router. You may need to set you computer’s ip manually to something like 192.168.2.2/24 to access the router again without mac-telnet or Winbox mac connection.

I would then remove the current dhcp-server and set up a new one on that interface. That way the ip-pool settings and all will be correct.