Server Locking

Titus Lotuss

Junior Member
Joined
Nov 8, 2017
Messages
133
Reaction score
44
Are there reliable companies out there that provide this service? I want my PaaS to be locked on a server to prevent unauthorized utilization, piracy, etc.
 
Are there reliable companies out there that provide this service? I want my PaaS to be locked on a server to prevent unauthorized utilization, piracy, etc.
What you need is an Authorization service. There are several providers for this kind of stuff like Okta and Firebase.
 
Probably the easy way will be to use full disk encryption and build a script to monitor physical access to it, like USB/RJ-45, etc. connections, new drive added, etc.

EDIT: check udev https://linux.die.net/man/8/udev
 
Last edited:
Back
Top