Or use ssh to make a tunnel:

ssh <your server> -L 18000:localhost:8000

then access your web2py as:
http://localhost:18000/admin

mic


2012/6/14 Anthony <[email protected]>:
> Access it over HTTPS.
>
>
> On Thursday, June 14, 2012 10:12:54 AM UTC-4, dundee wrote:
>>
>> Hi all,
>>
>> I just realize that the admin interface in web2py is disabled in
>> production mode. I though it would be available so I can securely manage all
>> my tables (CRUD).
>> I know there must beĀ  way to do this. Anyone can point me to the right
>> material to properly do this?
>>
>>
>> Thanks.

Reply via email to