Community discussions

MikroTik App

Search found 4 matches

by leestanton
Mon Oct 07, 2024 5:07 pm
Forum: The User Manager
Topic: Custom Box Shipping Optimization Using MikroTik
Replies: 2
Views: 610

Custom Box Shipping Optimization Using MikroTik

Hello MikroTik Community, I'm currently managing a packing website that specializes in custom boxes for various shipping needs. As we scale our operations, I’m seeking advice on how to optimize our shipping processes using MikroTik equipment. We have multiple delivery routes and need to manage our n...
by leestanton
Tue Sep 24, 2024 2:39 pm
Forum: The User Manager
Topic: Android App Developer
Replies: 4
Views: 2656

Re: Android App Developer

You can consider reaching out to freelance platforms like Upwork or Fiverr to find a developer with experience in MikroTik API and Android development. You might also want to check the MikroTik forum for developers who specialize in similar projects. Good luck with your app!
by leestanton
Fri Sep 13, 2024 1:04 pm
Forum: The User Manager
Topic: Expire Account Reminder Webpage
Replies: 3
Views: 2173

Re: Expire Account Reminder Webpage

To configure your router to display a notice webpage when a user's account has expired using User Manager V7, follow these steps: Set up a web server: Host the notice page on a web server (either on the router or a remote server). Create a Firewall Rule: On your router, create a firewall rule that c...
by leestanton
Wed Sep 11, 2024 4:09 pm
Forum: Scripting
Topic: Queue only wifi 2,4GHZ
Replies: 2
Views: 910

Re: Queue only wifi 2,4GHZ

To add only devices connected to the 2.4GHz Wi-Fi to the queue, you can use the interface property to check if the device is connected to the 2.4GHz interface. Assuming your 2.4GHz interface is named something like wlan1, you can modify your script as follows: :local queueName "Client- $leaseAc...