# Cloud Base Console

Cloud Base has provided a console for the visualized management of cloud resources. The console consists of the following modules.

  • Overview: View the general information about cloud resource utilization
  • User management: View the user access records of Mini Programs
  • Database: Manage database collections, records, permissions settings, and index settings
  • Storage management: Manage cloud files and permissions settings
  • Cloud function: Manage cloud functions, and view call logs and monitoring records.
  • Statistical analysis: View detailed statistics on cloud resource utilization

The list of users that have accessed the cloud-capable Mini Programs is shown in the user management. By default, they are ordered in reverse order of access time. The trigger point for the access time is when the wx.cloud.init method is called on the Mini Program side, where the traceUser parameter is true. For example:

wx.cloud.init({
  traceUser: true
})