Navigation:  Administration >

Admin User

Previous pageReturn to chapter overviewNext page

An admin user account is required to administrate your server.

 

admin-general

 

User Name

Also known as the "Login ID," The administrator will log in using this username. The user name must be unique to the server and can not contain any of the following special characters: \ / < > |:? *.

 

 

Password

A password is required for a session to be authenticated by the Server. A strong password contains at least 6 characters including upper and lower case letters and at least one number. Restrictions can be placed on the length and complexity of passwords through limits configuration.

 

 

Read-Only Administrator

If you enable the option "Read-Only Administrator," then that administrator can only view server settings instead of changing them.

 

 

Domain Administrator

If you enable the option "Domain Administrator," you must select one or more domains below, then that administrator can only administrate the selected domains (such as managing users, groups, or activities).

 

 

Base folder

You must enable the option "Domain Administrator" first,  to specify a base folder for that domain administrator. Then he can only be able to share files/folders under the base folder.

 

 

 

IP Access Tab

admin-ip

 

 

You can define IP access rules to allow/deny users' access based on IP address for this administrator.

 

If you do not specify any IP address, this administrator can log on the server from any IP address. But if you set allowed rules, the administrator will only gain access from the IP addresses specified in the allowed rules. If you set denied rules, the administrator will have access to the server from any IP address except those specified in the denied rules. The order of the rules is also critical.

 

For example:

 

Allow  192.168.1.188

Refuse connections from any IP except 192.168.1.188.

 

 

 

 

Administrator from localhost

Remember whatever  IP rules you add, administrators can always login from the local IP address 127.0.0.1

 

 

 

Supported wildcards

 

Wing FTP Server supports IP address ranges and wildcards, shown as below:

 

xxx.xxx.xxx.xxx

The IP address must be exactly matched(e.g., 192.168.1.1).

 

xxx.xxx.xxx.xxx-yyy

A specified range of IP addresses, e.g. 192.168.1.10-25.

 

*.*.*.* or xxx.*.*.* or xxx.xxx.*.* or xxx.xxx.xxx.*

Any valid IP address value (For example, 192.168.*.* represents any IP between 192.168.0.0 and 192.168.255.255).

 

CIDR convention is also supported :

192.168.0.0/24 (represents any IP between 192.168.0.0 and 192.168.0.255),

218.123.2.1/29 (represents any IP between 218.123.2.1 and 218.123.2.9)