Skip to content

First Connector

This guide provides step-by-step instructions for managing connectors in Coreflux HUB.

Logging In

  • Open the Coreflux Hub: Access the login page.
  • Enter Credentials: Type your username and password.
  • Authenticate: Click the login button on the right upper corner to access your account.
What happens in the background

The GUI executes the login command, which authenticates the user credentials. Upon successful login, the user is granted access to the Connector Store where they can manage their connectors.

-L | --login <username> <password>

Buying a Connector

  • View Connectors: In the Connector Store, click on "Check the Available Connector List."
  • Connector Information: A table displays each connector with its name, quantity available, and usage.
  • Select to Purchase: Locate the connector you wish to purchase.
  • Initiate Purchase: Click on the "Buy Connector" button next to the connector.
  • Complete Payment: The Hub opens a Stripe payment link for the selected connector.
What happens in the background

You will be redirected to a secure Stripe checkout page where you can complete your payment. Payment methods supported include credit and debit cards, Apple Pay, and Google Pay. The payment interface will match your preferred browser language.

Note: - Have your payment details ready. - Follow the on-screen instructions to finalize the purchase.

Installing Your First Connector

  • List Connectors: In the Connector Store, click on "Check the Available Connector List."
  • Display Connector List: View the connectors available for installation.
What happens in the background

The GUI executes the command to list all available connectors. This command retrieves information about each connector, including its name, quantity available, and current usage statistics. The data is then formatted into a table for the user to view.

-l | --list
  • Choose Connector: Select a connector that you wish to install.
  • Install Connector: Click on the "Install" button next to the chosen connector.
What happens in the background

The GUI runs the command to install the selected connector. This process involves downloading the necessary files and configuring the connector for first-time use.

-I | --install <connectorType>

Replace <connectorType> with the type of the connector you want to install. The system will then proceed with the installation process, and you will be notified upon successful completion.

Post-Installation Steps

  • Configure the Connector: Customize the connector settings according to your requirements.
  • Run the Connector: Start the connector to begin its operation.
  • Monitor the Connector: Check the connector's performance and logs.