![Digi Connect EZ Mini User Manual Download Page 252](http://html.mh-extra.comconnect-ez-mini_user-manual_2496436252.png)
Services
Configure the web administration service
Digi Connect EZ Mini User Guide
252
Enable or disable the web administration service
The web administration service is enabled by default. To disable the service, or enable it if it has been
disabled:
WebUI
1. Log into the Connect EZ WebUI as a user with full Admin access rights.
2. On the menu, click
System
. Under
Configuration
, click
Device Configuration
.
The
Configuration
window is displayed.
3. Click
Services
>
Web administration
.
4. Click
Enable
.
5. Click
Apply
to save the configuration and apply the change.
Command line
1. Log into the Connect EZ command line as a user with full Admin access rights.
Depending on your device configuration, you may be presented with an
Access selection
menu
. Type
admin
to access the Admin CLI.
2. At the command line, type
config
to enter configuration mode:
> config
(config)>
3. Enable or disable the web administration service:
n
To enable the service:
(config)> service web_admin enable true
(config)>
n
To disable the sevice:
(config)> service web_admin enable false
(config)>
4. Save the configuration and apply the change:
(config)> save
Configuration saved.
>