Updating Settings

If you need to update settings after installing Dr.Web vxCube, restart the installer with the option hyperbox_hbsetup: false. This will prevent redeploying virtual machines and will significantly speed up the installation.

You can also change some of the settings manually on the server.

SSL certificate renewal

To renew the SSL certificate

1.Add new files in the following paths:

/etc/nginx/ssl/vxcube.crt,

/etc/nginx/ssl/vxcube.key.

2.Reload the web server:

sudo systemctl reload nginx

Updating the VPN agent settings

To change a server IP address

1.Open file /etc/openvpn/client.conf.

2.Specify a new address in parameter remote "New IP address" 1194.

To renew the VPN server access certificates

1.Add new files in the following paths:

/etc/openvpn/client.crt,

/etc/openvpn/client.key,

/etc/openvpn/ca.crt.

To change an IP address of the VPN gateway

1.Open the file /etc/vbox/config.json.

2.Specify the new IP address of the VPN: "vpn_gateway": "IP address of VPN gateway".

After making all the changes, restart the OpenVPN and Sandbox services:

sudo systemctl restart openvpn vboxsvc vboxapi

Updating the network interface settings

By default, the network interface settings are transferred through the DHCP protocol.

To change settings

1.Open the file /etc/netplan/01-netcfg.yaml.

2.Specify new settings.

3.Run netplan apply to apply changes.

4.Reload server.