Follow the instructions given below to start WSO2 IoTS, and sign into the IoTS device management console: Navigate to the WSO2 IoT pack plugins and run the plugins-deployer.xml . Example: Code Block |
---|
cd <IOTS<IoT_HOME>/samplesplugins
mvn clean install -f plugins-deployer.xml |
Start WSO2 IoT Server by starting the three profiles in the following order: Start the broker profile, which corresponds to the WSO2 Message Broker profile. Code Block |
---|
cd <IoTS_HOME>/broker/bin
./wso2server.sh |
The default port assigned for the broker is 9446. Start the core profile, which corresponds to the WSO2 Connected Device Management Framework (WSO2 CDMF) profile. Code Block |
---|
cd <IoTS_HOME>/core/bin
./wso2server.sh |
The default port assigned for the core is 9443. Start the analytics profile, which corresponds to the WSO2 Data Analytics Server profile. Code Block |
---|
cd <IoTS_HOME>/analytics/bin
./wso2server.sh |
The default port assigned for analytics is 9445.
Access the device management console by navigating to https://<HTTPS_HOST>:<HTTPS_PORT>/devicemgt . Example: https://localhost:9443/devicemgt Enter your username and password. If you are new to using WSO2 IoTS, you need to first register with IoTS before you can to log into the WSO2 IoTS device management console. Expand |
---|
title | Click here for more information on registering with WSO2 IoTS. |
---|
| Panel |
---|
borderColor | #6A98FA |
---|
bgColor | #ffffff |
---|
borderWidth | 1 |
---|
| Follow the instructions given below to register with WSO2 IoT: - Click Create an account.
Fill out the registration form.
- First Name: Provide your first name.
- Last Name: Provide your last name.
- Username: Provide a username. It should be at least 3 characters long with no white spaces.
- Email: Provide a valid email address.
- Password: Provide a password. It should be at least 8 characters long.
- Confirm Password: Provide the password again to confirm it.
- Click Register.
|
|
Click LOGIN.
|