EMQX Dedicated New Feature: Event History is available for private beta test. →

Quick Start of EMQX MQTT Cloud Service

EMQX Cloud Team
Jul 25, 2021
Quick Start of EMQX MQTT Cloud Service

EMQX Cloud is a fully managed IoT MQTT 5.0 cloud service product provided by EMQ. Through this product, we can quickly build a stable and reliable MQTT 5.0 IoT platform with complete functions and excellent performance to help upload all kinds of device data quickly to the cloud for subsequent analysis.

In this tutorial, we will teach you step by step to build an IoT platform. After completing this tutorial, you will know:

  1. How to quickly deploy an MQTT cluster in EMQX Cloud.
  2. How to configure the authentication and access control of the MQTT cluster.
  3. How to use client tools to connect to the MQTT cluster.
  4. How to publish and subscribe messages.

Step 1: Create an EMQX Cloud account

First, we go to the home page of the EMQX Cloud and click the "Start Free Trial" button.

Then, complete the user registration process according to the prompt information on the page.

Step 2: Create a trial deployment

After completing the registration, you can return to the home page, click "Login" and enter the console.

Click the "Create Deployment" button in the middle of the page to start the deployment process.

Select Type

EMQX Cloud provides three versions for you to choose from, which are suitable for different usage scenarios.

  • Basic version: This version is suitable for the study and experience of MQTT protocol or EMQX Broker products and the development of lightweight IoT applications. The basic version offers a 30-day free trial.
  • Professional version: This version is suitable for building mission-critical IoT applications. This version provides advanced functions such as data persistence, message distribution, and VPC peering connections. The professional version offers a 14-day free trial.
  • Flagship version: This version is suitable for the construction of enterprise-level IoT platforms, provides support for multi-region and exclusive hardware deployment and adds functions such as device management, device shadow, and object model.

Here we choose the professional version for deployment. After clicking "Create Now", you can further select the deployment area, the maximum number of connections and TPS.

Configuration

After selecting the required product specifications, click "Next" to further confirm the integration information, function list, and estimated cost of the selected specifications.

Confirm

Click "Deploy now", wait a few minutes, and you can have your exclusive MQTT cluster.

Step 3: Enter the cluster management interface

On the cluster list page, you can view the deployment progress of the cluster at any time.

cluster list

When the deployment is complete, we can see the running status of the cluster is “running”. This status indicates that the cluster is ready for normal use. At this time, we click on the cluster to enter the cluster management interface.

cluster management

After entering the management interface, we can intuitively see the interface overview information, including the status of the cluster, connection status, connection address, and other information. In the left menu bar, we can check the various configurations and functions provided by the cluster.

At this point, we can write down the connection address and connection port of the cluster for subsequent use.

Of course, before we formally connect to the cluster, we still need to do one important thing: set the authentication information and permission control required for client access.

Step 4: Add authentication

The process of adding authentication is very simple. We click on the authentication in the left menu bar to expand the secondary menu. We can see that there are two columns: "Authentication" and "Access Control".

We first click on "Authentication". On the right page, we can see all the authentication information added by the cluster. It is empty at the moment, which means that authentication has not been added to the cluster.

click on "Authentication"

We enter the user name "test" and password "test" in the input box on the right (you can also enter any desired user name and password for subsequent connection ) and click "Add".

Authentication

At this point, we can see that a record appears in the list, which means that the authentication information just now has been added successfully.

You can add other required authentication information through this interface. If it is a commercial cluster, you can also click the "Import" button to import device authentication information into the cluster configuration in batches.

Step 5: Connect the MQTT cluster

So far, we already have an MQTT cluster. There are many ways to connect an MQTT cluster. Usually, we will choose to use the programming method in formal use. We choose the MQTT client SDK of a certain programming language and establish a connection for sending and receiving messages. We can also use some MQTT client tools with graphical interfaces to connect to the MQTT cluster. In this tutorial, we use the online debugging tool provided in the left navigation.

We enter the connection address and port of the cluster we deployed earlier in the Host and Port input boxes (this information can be found on the overview page of the cluster management). We enter the previously added authentication information in the Username and Password input boxes ("test/test" used in this tutorial, or your customized username and password) and click "Connect".

Connect

Step 6: Publish and subscribe messages

Then, we first create a subscription. Here we set the topic name to "test/1", click "Subscribe" and expand.

create a subscription

At this point, we can see that we have successfully subscribed to the "test/1" topic. So next, we try to publish a message on the topic to see if it can be received. We first modify the topic name to "test/1", and then select the connection we set up earlier.

publish message

At this point, click "Publish" to successfully publish our preset information.

Publish

So far, if you follow our tutorial step by step, you have successfully completed the operations of cluster creation, access control, and sending and receiving messages!

In this tutorial, we experienced the process of building an MQTT IoT platform from scratch. Of course, this is just the beginning. EMQX Cloud has many very powerful functions waiting for you to try. For example, you can configure VPC peering connections so that your MQTT cluster can be integrated with other services deployed on the same public cloud platform in the same region. You can also use the powerful rule engine function to save the messages received by the MQTT cluster to different databases or forward them to other message queues according to the rules, and these functions do not require you to write a line of code!

In the process of using EMQX Cloud products, if you have any questions, comments, or suggestions, please feel free to contact us (cloud-support@emqx.io). We hope EMQX Cloud can help you develop your IoT business more smoothly.

Try EMQX Cloud for Free
No credit card required
Get Started →

Related Posts