Search found 45 matches

by JAz
Tue Apr 07, 2026 4:30 pm
Forum: Support
Topic: [Solved] Is there a path to upgrade from 2.2 to 2.3 instead of 2.4?
Replies: 9
Views: 29166

Re: [Solved] Is there a path to upgrade from 2.2 to 2.3 instead of 2.4?

JAz, We do not have a separate Debian installer. We have a General Linux installer, but it has no option to install a specific version. https://download.unimus.net/unimus/<whichever Unimus Version you want>/Unimus.jar You can get the .jar for Unimus for a specific version by replacing the numbers a...
by JAz
Sat Mar 21, 2026 11:08 pm
Forum: Support
Topic: [Solved] Is there a path to upgrade from 2.2 to 2.3 instead of 2.4?
Replies: 9
Views: 29166

Re: Is there a path to upgrade from 2.2 to 2.3 instead of 2.4?

erik.k wrote:
Tue Mar 19, 2024 9:14 am
Hi,

for sure. Can you please specify for which operating system the new version needs to be installed? Then I can send you the exact link.
Could you post for Debian please? ty.
by JAz
Tue Feb 11, 2020 7:34 pm
Forum: Automation
Topic: Automating MikroTik RouterOS updates
Replies: 24
Views: 242364

Re: Automating MikroTik RouterOS updates

Tried this: ... Doesn't work. Hangs waiting for prompt What am I missing? (am on latest as of yesterday btw. 1.10.14?) I looked at this, it seems on SOME (but not all - it's inconsistent) version of RouterOS, the "y" needs to be outside of the script scope (outside the "{" "...
by JAz
Thu Aug 29, 2019 7:47 pm
Forum: General
Topic: Automate ".backup" files?
Replies: 21
Views: 138789

Re: Automate ".backup" files?

In Unimus 2.0.0, we are adding an API endpoint for pushing backups into Unimus. This endpoint will support binary backups (as well as text backups of course). You will be able to use the integrated MikroTik "fetch" tool to push a .backup file into Unimus from a Mass Config Push preset usi...
by JAz
Thu Aug 29, 2019 7:45 pm
Forum: Automation
Topic: Automating MikroTik RouterOS updates
Replies: 24
Views: 242364

Re: Automating MikroTik RouterOS updates

Tried this:

Code: Select all

:if ( [/system routerboard get current-firmware] != [/system routerboard get upgrade-firmware]) do={ 
:set didAnUpdate411 true; 
/system routerboard upgrade
y
 }
Doesn't work. Hangs waiting for prompt
Clipboard01.jpg
Clipboard01.jpg (20.2 KiB) Viewed 107894 times
What am I missing?

(am on latest as of yesterday btw. 1.10.14?)
by JAz
Thu Aug 29, 2019 5:20 am
Forum: General
Topic: Automate ".backup" files?
Replies: 21
Views: 138789

Re: Automate ".backup" files?

Hey now, Bit of an old thread but relevant nonetheless. I understand all the comments and arguments laid out so far Tomas but still I'd like the ability to take a binary blob backups (.backup). Not for the reasons given so far. I want it because I want to automate updating Mikrotik packages and firm...
by JAz
Thu Mar 14, 2019 10:23 pm
Forum: News and announcements
Topic: Authenticator (MFA) support for Unimus Portal
Replies: 6
Views: 34180

Re: Authenticator (MFA) support for Unimus Portal

You are missing the option to get a code instead of scan the QR. Cannot register on a device w/ no camera (or non-working).
This means desktop TOTP clients (e.g Authy) cannot register at all.
by JAz
Mon Dec 17, 2018 8:01 pm
Forum: Support
Topic: [Fixed in 1.9.0] Araknis switch not discovering/backing up
Replies: 10
Views: 45046

Re: [Fixed in 1.9.0] Araknis switch not discovering/backing up

Another update: There were a few edge cases when this would still not properly be handled in the 1.8.x branch. Apologies that the fix took so long, but it was quite difficult to fully implement. This should be fully solved in 1.9.0. Thank you Tomas, I saw the release notes on 1.9.0 discussing this....
by JAz
Mon Sep 17, 2018 4:18 pm
Forum: News and announcements
Topic: Unimus 1.8.3 release
Replies: 1
Views: 16684

Re: Unimus 1.8.3 release

Glad to see improvements to debug. Don't wanna need it but sure it will come in handy if/when. Also glad to see improvements to mass config. It's a great feature imo and should be nurtured and polished. The UI is nice looking but starts showing some friction as the number of configs increases. Not s...
by JAz
Wed Aug 22, 2018 10:50 pm
Forum: Support
Topic: [Fixed in 1.9.0] Araknis switch not discovering/backing up
Replies: 10
Views: 45046

Re: [Fixed in 1.8.2] Araknis switch not discovering/backing up

Update: We have finally managed to solve this issue. Araknis switches were outputting "Press any key to continue..." but were really ignoring this and continuing with the login sequence anyway. This caused a state desync in Unimus, since it was expecting the device to wait for a key press...