How to lock access to the portal for the new STBs?
Starting from Ministra TV platform 4.8.63 in configuration file was add new option default_stb_status. New STB will be OFF by default, you need to add in server/custom.ini:
default_stb_status = 0
For older versions in mysql base it is necessary to do:
ALTER TABLE `users` MODIFY `status` tinyint DEFAULT 1;
All new STBs will be with “OFF” status.