Installing on Linux


dbWatch Control Center Prerequisites

The dbWatch Control Center is installed using a console-based installer and does not require a graphical environment.


dbWatch Engine Prerequisites

The dbWatch Engine is installed per monitored database instance.


dbWatch Client (Monitor) Considerations

The dbWatch Control Center does not require a graphical interface.

If the dbWatch client (monitor) is installed on a Linux system and accessed remotely using X11 forwarding, the following applies:


Download

To download the dbWatch Control Center, register your email address and you will be redirected to the download page:

Download latest dbWatch Control Center


Step-by-Step Installation


Special Considerations – IPv6

In some environments, IPv6 may cause connectivity issues if the network is IPv4-only.

If required, IPv6 can be disabled on the Linux server hosting the dbWatch Control Center.
This is optional and should only be done if IPv6-related issues are observed.

Example (Ubuntu):

Edit `/etc/default/grub` and append `ipv6.disable=1`:

GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1"
GRUB_CMDLINE_LINUX="ipv6.disable=1"

Update GRUB:

sudo update-grub

Optionally disable IPv6 via sysctl:

net.ipv6.conf.all.disable_ipv6=1
net.ipv6.conf.default.disable_ipv6=1
net.ipv6.conf.lo.disable_ipv6=1

Reboot the server for changes to take effect.

Alternatively, IPv6 can be disabled in netplan by restricting link-local addresses to IPv4 only.


Once installation is complete, continue with Initial Domain Setup