Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To run WSO2 products, you start the product server at the command line. The following sections in this page explain everything you need to know about running the product:

...

Tip
titleBefore you begin

If you wish to try out the Raspberry Pi and Arduino sample plugins, in the WSO2 IoT Server console, navigate to the WSO2 IoTS directory and run the device-plugins-deployer.xml file.
Example: 

Code Block
cd <IOTS_HOME>/samples
mvn clean install -f device-plugins-deployer.xml

NOTE: Android, Windows and Android Sense are included in the server by default. You will need to configure WSO2 IoT Server to try out iOS.

...

  • Access via HTTP: 
    WSO2 IoT Server Device Management Console: http://<IOTS_HTTP_HOST>:9763/devicemgt
    WSO2 IoT Server Management Console: http://<IOTS_HTTP_HOST>:9763/carbon
    WSO2 IoT Server Device Monitoring Dashboard: https://<IOTS_HTTP_HOST>:9763/portal
     
  • Access via secure HTTP
    WSO2 IoT Server Device Management Console: https://<IOTS_HTTPS_HOST>:9443/devicemgt
    WSO2 IoT Server Management Console: https://<IOTS_HTTPS_HOST>:9443/carbon
    WSO2 IoT Server Device Monitoring Dashboard: https://<IOTS_HTTPS_HOST>:9443/portal

When accessing the Management Console from the same server where it's installed, you can type localhost  instead of the IP address:  https://localhost:9443/carbon

...