I'm working for a company that hosts Odoo 8 on a Linux VPS server.The employees want to access Odoo from IP address
(ex. http://IP-addr:8069).But its not secure because if you type http://IP-addr:8069 it redirects to "/web/database/manager" from which anyone in the world can create or delete databases.
How can I a secure the entire Odoo website with login and password for the entire site and without redirecting to "/web/database/manager"?