Java 11 or later should be installed on the system
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuNetworkService.Status(tcp://netxms.org:80)Quote from: Spheron on August 13, 2024, 02:08:09 PMhaving here a similar problem with a Netgear GS728TPv3.Any chances we can get remote access to your device for a few days? SNMP-only access is enough, it can be some test device not connected to real network
CREATE DATABASE netxms CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
CREATE USER 'netxms'@'localhost' IDENTIFIED BY 'PaSsWd';
GRANT ALL on netxms.* to 'netxms'@'localhost';