Configure IP access rules to allow or deny access for all the administrators.

You can define IP access rules to allow/deny users' access based on IP address for all the administrators.
If you do not specify an IP address, the administrators can logon the server with any IP address. But if you set an allow list, the administrators can only obtain access by IP addresses specified in the list. If you set a deny list, the administrators can have access to the server by any IP address except those specified in the deny list.
The order of the rules is also very important.
For example:
Allow 192.168.1.188
Refuse all the administrators' connection from any IP except 192.168.1.188.
Deny *
Allow 192.168.1.188
Refuse all the administrators' connection from any IP, since 192.168.1.188 after * impacts nothing.
Administrator from local host
Remember whatever IP rules you added, administrators can always logon from the local IP address 127.0.0.1
So if you want to disable remote control from all the administrators, just add rules like this:
Deny *
Rule list
The Rule list shows the current list and the order of IP rules. Rules can be added or removed from the list using the Add and Delete buttons.
Also, the order of the rules may be altered using the Up and Down buttons on the right of the rule list.
Supported wildcards
IP address ranges and wildcards are supported by Wing FTP Server, as below:
xxx
IP address must be exactly matched(e.g. 192.168.1.1).
xxx-xxx
A specified range of IP addresses, e.g. 192.168.1.10-19.
*
Any valid IP address value (For example, 192.168.1.* represents any IP between 192.168.1.0 and 192.168.1.255).