I'm not sure if this is the correct forum to post this... If not please tell me where to go (i.e. direct me to the correct forum

)
I've written some python scripts for a ConnectPort X. I want end users to be able to log into the ConnectPort to do basic troubleshooting (e.g. see what zigbee nodes are connecting) and do configuration via some custom webpages using the python in html module.
The problem is that, as far as I can tell, the ConnectPort X security is based on a single user with all permissions. So if I let the users login they will be able to view and download our entire Python application. The company I work for is concerned about protecting their business and intellectual property.
Do you know if it is possible to provide limited access to the ConnectPort? Or are there other possible solutions?