Good morning,
I just setup the router and I want to use the android app, sometimes I can log in, others not,

It’s annoying. Can anyone advice how I can resolve this?
Good morning,
I just setup the router and I want to use the android app, sometimes I can log in, others not,

It’s annoying. Can anyone advice how I can resolve this?
Without the config, it is a bit hard to judge whether it’s an app, latency or misconfiguration problem:
/export file=anynameyouwish (minus sensitive info like serial number, passwords, WAN IP, etc.)
I’m new to the system,
Please could you tell me how to export the config file?
ltap lte6 is my unit. Using starlink setup.
You open a new terminal, execute the following command:
/export file=anynameyouwish
Copy the .rsc over to a desktop, open it with Notepad and redavt sensitive info lile serial number, passwords and keys, etc.
Thanks for the instruction. Attached is the file.
I use the lan port for starlink. I gets slow speeds and time outs. I just did the quick setup on the app. Once created, then the lost connections appear and the speed test are low. When a use a GLiNet router, no issues at all and fast speed tests. So my setup on the Mikrotik router is not right. The clock is out of sync - but thats an easy fix with ntp server.
config.rsc (6.48 KB)
The only odd thing in the configuration is the queue that was most probably automatically created and applied on ether1. That’s why try changing the interface queue type to only-hardware-queue
/interface queue
set ether1 queue=only-hardware-queue
I put the code in but get this
[admin@MikroTik] > /interface queue
bad command name queue (line 1 column 12)
[admin@MikroTik] > set ether1 queue=only-hardware-queue
syntax error (line 1 column 5)
[admin@MikroTik] >
Sorry, swapped the queue and interface ![]()
/queue interface
set ether1 queue=only-hardware-queue
Thanks, I will do some testing - Very much appreciated.