The server_pref utility is used to manage Plesk default interface
preferences and Plesk server system preferences.
Usage
server_pref <command> [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
Example
The following command sets the Plesk server host name to
host.example.com , enables inclusion of databases in the disk
space usage calculation, and enables inclusion of only outbound traffic
in the traffic calculation.
plesk bin server_pref --update -hostname host.example.com -include-databases true -traffic-direction out
Commands
| Command | Parameter | Description | Example |
|---|---|---|---|
--set-default or -sd | Sets default server-wide parameters. | To set Plesk server’s default locale to English (United plesk bin server_pref --set-default -locale en-US or plesk bin server_pref -sd -locale en-US | |
--locales-list or -ll | Displays the list of available supported interface languages (locales). | To view the list of available interface languages (locales): plesk bin server_pref --locales-list or plesk bin server_pref -ll | |
--skins-list or -sl | Displays the list of available Plesk skins. | To view the list of available… |