Hello, I have successfully installed and used MonetDB in the past as a standalone server, by connecting/querying through "mclient" running on the same machine where server is running. I was trying out web-based access, in which I was trying DBLite's simple web interface http://user.dblite.com (running on the browser on the same machine). My MonetDB server was compiled with "enable-sql", "enable-mserver5", and other optimization options. Not compiled with JDBC/ODBC though (but DBLite is a PHP based interface). "Control" is set to YES and "passphrase" is set to "monetdb" too. While the server is running, I can very well connect and query through command line mclient, but if I give "localhost", port as 50000 and default user/passwd "monetdb/monetdb" on the http://user.dblite.com interface, it keeps giving me "access denied" error. I am wondering what I am missing! Thanks. Medha