Configuring your hostname & IP address

There are a variety of reasons why you may need to change or update the hostname or IP address of your Datical web server.

Changing the hostname

To change the DMC hostname, type the following command from a terminal logged into your DMC host:

sudo datical-control network set-cluster-hostname <new-hostname>

Changing the IP address

To change the DMC IP address, type the following command from a terminal logged into your DMC host:

sudo datical-control network reconfigure --ip <new-ip-address> 

Related links