.. _controlcenter_install_cp: Installing Control Center ========================= Confluent Control Center is included in the Confluent Platform Enterprise package. .. contents:: Contents :depth: 3 :local: .. include:: ../includes/c3_installation.rst :start-line: 9 :end-line: 67 Configure and start Control Center ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ **Tip:** Start Control Center in its own terminal since this is a long running process. #. Define the number of partitions (````) and replication (````) settings for Control Center by adding these lines to your properties file (``/etc/confluent-control-center/control-center.properties``). .. sourcecode:: bash # Quickstart partition and replication values confluent.controlcenter.internal.topics.partitions= confluent.controlcenter.internal.topics.replication= confluent.controlcenter.command.topic.replication= confluent.monitoring.interceptor.topic.partitions= confluent.monitoring.interceptor.topic.replication= confluent.metrics.topic.partitions= confluent.metrics.topic.replication= #. Start Control Center with your properties file specified. .. sourcecode:: bash $ /bin/control-center-start /etc/confluent-control-center/control-center.properties You can navigate to the Control Center web interface at http://localhost:9021/. .. figure:: ../images/c3home.png To use Control Center, users must have access the host that runs the application. (You can :ref:`configure ` the network port that Confluent Control Center uses to serve data.) Because Confluent Control Center is a web application, you may use a proxy to control and secure access to it. For a complete example that includes stream monitoring, see the :ref:`controlcenterquickstart`.