CUBRID Web Manager (CWM) is the most powerful web-based database administration tool developed for CUBRID DBAs. It has a convenient and intuitive Web-based Graphical User Interface (GUI) and provides powerful features to manage databases, brokers, execute queries, monitor performance and many more.
How does CUBRID Web Manager work with CUBRID database, broker and manager server?

CWM is a server-side plugin for CUBRID database server. However, CWM should be installed and ran on CUBRID database server and you must make sure that the broker service is available on the same host as the database server, so that CWM can normally access CCI services via the broker of local database server.
CWM is fully and necessarily depended on CM Server HTTPD service which is running on CUBRID server-side and provides RESTful API services based on HTTP/HTTPS communication.
When CM Server and HTTPD service are ready for CWM web application, some additional resources will be consumed on server-side, necessarily include that:
As the advantages of RESTful Open API system, CM HTTPD can support not only CWM but also your new custom application. It's very powerful and high-extensible. Refer to CMS HTTP Interface documentation.