Device Mode
On new RouterOS "device mode" is a security feature to limit possibly risky operations.|
Manufacturer's documentation you can find here.
To show it's current status just run this command:
/system/device-mode/print;
To modify device mode you need admin privileges and physical control of the router.
To run our install and use our system you'll need to enable at least the following features
scheduler
fetch
hotspot
You can enable them by this command:
/system/device-mode/update scheduler=yes fetch=yes hotspot=yes;