MY IP GETTING REDIRECTED TO BLYNK.IO so cannot access admin PANEL

This is how I am running

My server.properties simple:

https.port=9443
http.port=8080
server.ssl.cert=./server.crt
server.ssl.key=./server.pem
server.ssl.key.pass=
data.folder=/server_data
logs.folder=./logs
log.level=trace
user.dashboard.max.limit=10
user.message.quota.limit=1000
notifications.frequency.user.quota.limit=60
notifications.queue.limit=5000
blocking.processor.thread.pool.limit=6
profile.save.worker.period=60000
hard.socket.idle.timeout=15
enable.raw.data.store=true
user.profile.max.size=3000
terminal.strings.pool.size=25
profile.save.worker.period=60000
allowed.administrator.ips=127.0.0.1
admin.email=admin@blynk.cc
admin.pass=admin
server.host=

I cannot access the admin panel
I tried going to my IP 192.168.43.22 and localhost 127.0.0.1
with ports 8080, 8000, 9443 with and without /admin

http://192.168.43.22:8080/ Redirects to BLYNK.IO and not opens local server admin panel
127.0.0.1:8080 also redirectes

what should I do

I’d say that this may be your cause.
Changing it back to allowed.administrator.ips=0.0.0.0/0 And restarting your server then using the correct url might help…

image

Pete.

1 Like