You can restrict PayDeck access to specific IP addresses. Only users from these IP addresses will be allowed to sign in to PayDeck. This is useful if you don't want certain employees to access PayDeck remotely or from unsecure locations outside the office.
In PayDeck, go to Settings > IP Restrictions.
Specify IP Addresses
An IP address identifies the device a user is logging onto the internet from. It consists of four numbers separated by periods, such as 192.168.0.1.
To specify multiple IP addresses, split them with a semicolon (;). For example:
- 192.168.0.10; 192.168.10.20
Specify a Range of IPs
To specify a range of IP addresses to allow, use a dash (-). For example:
- 192.168.0.10 - 192.168.10.20
This will allow any IP from "192.168.0.10" to "192.168.10.20".
- 192.168.3.45 will be allowed
- 192.168.0.9 will be blocked
A shorter way of specifying a range:
- 192.168.10.10-20
You can specify multiple ranges by splitting them with a semicolon (;) as well. For example:
- 192.168.10.10-20; 196.183.10.50-80