Community discussions

MikroTik App
 
jumans
just joined
Topic Author
Posts: 8
Joined: Tue Apr 04, 2023 9:49 am

Android app connection refused

Sat Jun 07, 2025 11:33 am

Good morning,

I just setup the router and I want to use the android app, sometimes I can log in, others not,
Screenshot_20250607-102135.png
It's annoying. Can anyone advice how I can resolve this?
You do not have the required permissions to view the files attached to this post.
 
User avatar
TheCat12
Long time Member
Long time Member
Posts: 569
Joined: Fri Dec 31, 2021 9:13 pm

Re: Android app connection refused

Sat Jun 07, 2025 6:19 pm

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.)
 
jumans
just joined
Topic Author
Posts: 8
Joined: Tue Apr 04, 2023 9:49 am

Re: Android app connection refused

Sat Jun 07, 2025 8:30 pm

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.
 
User avatar
TheCat12
Long time Member
Long time Member
Posts: 569
Joined: Fri Dec 31, 2021 9:13 pm

Re: Android app connection refused

Sat Jun 07, 2025 10:27 pm

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.
 
jumans
just joined
Topic Author
Posts: 8
Joined: Tue Apr 04, 2023 9:49 am

Re: Android app connection refused

Sun Jun 08, 2025 11:31 am

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
You do not have the required permissions to view the files attached to this post.
 
User avatar
TheCat12
Long time Member
Long time Member
Posts: 569
Joined: Fri Dec 31, 2021 9:13 pm

Re: Android app connection refused

Sun Jun 08, 2025 7:35 pm

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
 
jumans
just joined
Topic Author
Posts: 8
Joined: Tue Apr 04, 2023 9:49 am

Re: Android app connection refused

Sun Jun 08, 2025 8:16 pm

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] >
 
User avatar
TheCat12
Long time Member
Long time Member
Posts: 569
Joined: Fri Dec 31, 2021 9:13 pm

Re: Android app connection refused

Sun Jun 08, 2025 8:30 pm

Sorry, swapped the queue and interface :lol:
/queue interface
set ether1 queue=only-hardware-queue
 
jumans
just joined
Topic Author
Posts: 8
Joined: Tue Apr 04, 2023 9:49 am

Re: Android app connection refused

Sun Jun 08, 2025 8:43 pm

Thanks, I will do some testing - Very much appreciated.