two tips, one for your userid and another to eliminate the problem completely :
- after you create your account, you should be able to see a new file ‘yourname@email.user’. Verify that file is in your working directory. Your working directory is the directory you told blynk to use when you started the server.
After you see it, stop and start the server, does it just disappear or something? Its a regular text file, so im not sure why it would just be getting deleted. Does the server have rights to the directory? Are your other files/directorys being created there when you start the server?
- I eliminate the problem completely by starting the server with my username / password since i am the only one that uses my server. Notice the admin.email / pass below.
Here is my server.properties file
server.host=larry.rocks.com
contact.email=lvennard@rocks.com
admin.email=lvennard@rocks.com
admin.pass=larryrules1
allowed.administrator.ips=192.168.1.0/24
http.port=8080
https.port=9443
logs.folder=/var/log/blynk/
enable.db=false
log.level=info
restore.host=blynk-cloud.com
hardware.mqtt.port=8440
listen.address=
product.name=Larry_Blynk
csv.export.data.points.max=43200
allow.store.ip=true
force.port.80.for.csv=false
server.ssl.cert=/etc/keys/larry.crt
server.ssl.key=/etc/keys/larry.key
initial.energy=0