# openiot.yunplus.io **Repository Path**: open-iot/openiot.yunplus.io ## Basic Information - **Project Name**: openiot.yunplus.io - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qiji [47.106.176.6:82](http://47.106.176.6:82) ltzm/ltzm@123 # shunzhou [slighting.shuncom.com.cn](http://slighting.shuncom.com.cn) jc-gaoyou/gaoyou123 # Mongo Server Admin [http://101.132.194.160:5234/dbApp/](http://101.132.194.160:5234/dbApp/) Password: `741******` # Download the remote backup sql files scp -r root@101.132.194.160:/home/yf/projects/openiot.yunplus.io/backup/ ./backup tar -czf backup.tar.gz backup/*.sql open [http://www.ruichen.top:2080/](http://www.ruichen.top:2080/) login with `admin/741******` download the backup files # Influx execute sql 1. attach the shell for influxdb 2. run `influx -database=fpmiot -precision=rfc3339 -execute='select * from light'` # Led server console [https://www.m2mled.net/login](https://www.m2mled.net/login) user: `yfsoftcom@yunplus.io` pass: `yfsoftcom@yunplus.io` The email to accept the varify code is `support@yunplus.io` Login page `http://ym.163.com` ,pass is `YFsoft123`. # Read more demo for map.baidu.com [http://lbsyun.baidu.com/jsdemo.htm](http://lbsyun.baidu.com/jsdemo.htm) # Get more infomation for this project [https://github.com/team4yf/fpm-cms-ng1-starter/wiki](https://github.com/team4yf/fpm-cms-ng1-starter/wiki) # Docker image ```bash docker stop iot-server && docker rm iot-server && \ docker run --name iot-server \ -e "DEPLOY_MODE=SINGLETON" \ -v "/home/project/openiot.yunplus.io/config.json:/app/config.json" \ -v "/home/project/openiot.yunplus.io/app.log:/app/app.log" \ -v "/home/project/openiot.yunplus.io/db.lock:/app/db.lock" \ -v "/home/project/openiot.yunplus.io/public/uploads:/app/public/uploads" \ -p "9999:9999" \ -d www.ruichen.top:5000/iot-server:latest && \ docker logs -f iot-server ``` # Mqtt Web Console [http://www.ruichen.top:7083/#/websocket](http://www.ruichen.top:7083/#/websocket) - user: admin - pass: 123123123 - port: 7883 # Query the influxdb Run in Terminal ```bash curl -XPOST 'http://www.ruichen.top:18086/query?db=fpmiot' --data-urlencode 'q=SELECT * FROM "light" order by time desc limit 2' ``` # pm2 PM2 empowers your process management workflow. To generate a sample process file you can type this command: ``` pm2 ecosystem # This will generate a sample ecosystem.config.js pm2 start ecosystem.config.js # start ```