1 Answer
1. Generate a new registration token in Hyperview.Â
   a. Login to your Hyperview instance.
   b. Navigate to Discoveries > Data Collectors
   c. Click the Add button.
   d. Copy the registration token and host name.
               Â
2. SSH into the Data Collector host machine with root permission.
3. Stop running data collector containers.
   a. Navigate to /opt/datacollector/dc-docker-stack and stop the containers.
      docker compose down
Â
4. Run the reconfigure.sh script.
   /opt/datacollector/bin/reconfigure.sh
5. Follow the on-screen instructions.Â
   a. Accept the EULA and select OK.
   b. Paste the registration token and select OK.
   c. Paste the host name and select OK.
   d. Enter the communication port if needed (default is 443) and select OK.
   e. Choose https or http (default is https) and select OK.
   f. Add a proxy path if needed (default is none) and select OK.
   g. Wait a few seconds for the registration to complete.
6. Start the data collector containers.
   a. Navigate to /opt/datacollector/dc-docker-stack and start the containers.
      docker compose up -d