Index of /netonix-manager
Netonix Manager
Before installation you will need to install the latest v8 LTS build of Node.js for your platform.
After installation is complete you can access the interface at https://localhost:3443
The default login is admin/admin.
Windows
- install Node.js v8 LTS
- download netonix-manager-<version>.exe
- install netonix-manager-<version>.exe
- the installer will optionally open the interface when it is complete
Ubuntu Linux (or other Debian based Linux)
- install Node.js v8 LTS (apt-get install nodejs)
- download netonix-manager_<version>_all.deb
- install netonix-manager_<version>_all.deb (dpkg -i netonix-manager_<version>_all.deb)
Other OS
Netonix Manager should run on any platform that is supported by Node.js
- install Node.js v8 LTS
- download netonix-manager-<version>.tar.gz
- extract netonix-manager-<version>.tar.gz
- run "node bootloader.js" (there is a sample init script and start/stop scripts included)
Release Notes
1.0.24 - January 28, 2025
- fahrenheit tooltip now only use's whole numbers
- Fixed bug that occurred on reboots/firmware upgrades that would trigger continuous config backups on devices
1.0.23 - January 20, 2025
- fixed syntax error for including static js dependency on frontend (thank you for the assist mfwbooks and RebusCom)
1.0.22 - January 19, 2025
- Crash reports - fixed
- speed improvements for queries to newer firmware switch's, this decrease's crash likeliness on large networks
- Bandwidth and Packets Per Second Calculations improved
- Added tooltip to display full name on devices
- Added tooltip to display device temp in fahrenheit
1.0.21 - January 15, 2025
- Fixed formatting error on device table when devcie goes offline
- Fixed crash that occurs sometimes on telemetry requests from 1.5.25 switch firmware
- Opening webinterface or console from manager to selected switch now works for latest switch firmware (at this time that is 1.5.25)
1.0.20 - October 6, 2021
- Fixed switch update and firmware file storage management
- Manager (starting from 1.0.20) updating should function properly again
- Refactored deprecations to make way for newer node versions > NODE v8.X.X LTS (though this is still a work in progress)
1.0.19 - September 30, 2021
- Fixed firmware download check
1.0.18 - September 29, 2021
- Fixed issue related to several similar crash reports sometimes shown as "TypeError: Cannot read property 'setEncoding' of undefined"
- Fixed issue causing WS switches to cycle connection continuously when running on node > 8.1.2, this fix is in the bootloader, therefore if it still happens after updating try re-installing.
- WS3 upgrading and monitoring added/fixed (though it will work best starting at v2.0.7 and greater)
1.0.17 - January 16, 2020
- Added CSV Download button to top right menu (down arrow)
-
Some correction's and fixes trying to prevent loss of devices being monitored has been added.
If you are still seeing this issue, please report it here.
1.0.16 - August 21, 2019
- Fixed Uptime sorting issue
- Added DCDC Input Voltage column for DC switches
- Added Device Group feature (allow's user to add group's and add switches to this group and view selected groups indivudally)
details here
1.0.15 - June 21, 2019
- Fixed issue preventing update's from functioning correctly.
1.0.14 - June 1, 2019
- The manager polling the switches could result in error's on the switch causing the switch to lock up
- Fixed issue in manager that caused switch names of a certain format to be cut-off in the manager
1.0.11 - April 2, 2019
- Added option 'Count Before Offline' at the bottom of settings to allow user to choose how many error events are required for a switch to go offline.
- Fixed error with crash log submission
1.0.10 - July 12, 2018
- fixed typo in error handler
1.0.9 - July 11, 2018
- fixed crash due to missing config file on switch
1.0.8 - Mar 9, 2018
- limited number of simultaneous operations
1.0.7 - Sept 28, 2017
- fixed installation problem introduced in 1.0.6
1.0.6 - Sept 13, 2017
- added ability to clear log alerts by clicking on yellow light
- can now scan multiple ranges by entering space or comma separated list of subnets
- added "last seen" information when device is offline
- fields in the Add dialog now retain their values
- added status display when scanning address range
- added ability to cancel scanning address range
- added automatic config backup (keeps last 5 backups)
- added search
1.0.5 - Jan 25, 2017
- added missing update from 1.0.4
1.0.4 - Jan 23, 2017
- fixed occasional crash bug
1.0.3 - Jan 5, 2017
- fixed occasional crash bug
1.0.2 - Jan 2, 2017
- fixed interface not updating after firmware update is complete
- fixed occasional crash bug
1.0.1 - Oct 29, 2016
- added ability to update firmware on devices that are not being monitored
- changed log from maximum days to maximum size
- fixed newly uploaded firmware version not showing in the repository
1.0.0
1.0.0rc12
- added scrolling on Devices tab
- fixed potential crash bug