diff --git a/plinth/modules/cockpit/__init__.py b/plinth/modules/cockpit/__init__.py index 1e4e8eb7d..a37547ae4 100644 --- a/plinth/modules/cockpit/__init__.py +++ b/plinth/modules/cockpit/__init__.py @@ -56,7 +56,11 @@ description = [ format_lazy( _('It can be accessed by any user on ' '{box_name} belonging to the admin group.'), - box_name=_(cfg.box_name), users_url=reverse_lazy('users:index')) + box_name=_(cfg.box_name), users_url=reverse_lazy('users:index')), + format_lazy( + _('Cockpit requires that you access it through a domain name. ' + 'It will not work when accessed using an IP address as part' + ' of the URL.')), ] manual_page = 'Cockpit'