Skip to content

A tool for triggering mass updates on mikrotik routers

License

Notifications You must be signed in to change notification settings

MihaMarkic/AutoMasshTik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoMasshTik

Mass MikroTik software and firmware update tool

About

AutoMasshTik is a cross platform tool that allows network admins that run networks on MikroTiks to execute mass upgrade of software on their devices. By using this software you can simply insert (or copy paste) a list of IP addresses of your MikroTik devices insert credentials and port number (if default value of 22 is changed to something else) and choose between three options:

  • Test connection - SSH conection is established (on the right side of the window you can see the result of the test).
  • Update Packages - SSH command is sent to MikroTik: /system package update install
  • Update Firmware And Reboot - SSH commands are sent to MikroTik: /system routerboard upgrade and after couple of seconds /system reboot (y)

Installation

Windows 10 x64

Installation is simple - after downloading and running setup.exe software will be installed (in fact it is quite portable - it runs independently of .NET framework installed on the machine). Shortcut will be placed in Start menu and Desktop. Software automatically checks for updates at start.

MacOS

Currently distribution is not supported.

Download executables from releases on Github, place them in a directory and run AutoMasshTik.

Linux

Eventually. Needs some testing.

Tech

Based on these technologies

And of course, AutoMasshTik itself is open source with a public repository on GitHub.

License

MIT

Free Software, Hell Yeah!

Made with ❤️ by: N|Righthand and N|Wlan