Server Admin Panel not working

Hello, im trying to setup my raspberrypi blynk server the server seems to work but then i try to access the admin page i get an error. I lloked at other posts but i didnt think any of them were similar to my problem. here is the error i get:

io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record: 474554202f61646d696e20485454502f312e310d0a486f73743a203139322e3136382e312e3233353a373434330d0a436f6e6e656374696f6e3a206b6565702d616c6976650d0a43616368652d436f6e74726f6c3a206d61782d6167653d300d0a557067726164652d496e7365637572652d52657175657374733a20310d0a557365722d4167656e743a204d6f7a696c6c612f352e30202857696e646f7773204e542031302e303b20574f57363429204170706c655765624b69742f3533372e333620284b48544d4c2c206c696b65204765636b6f29204368726f6d652f35312e302e323730342e313033205361666172692f3533372e33360d0a4163636570743a20746578742f68746d6c2c6170706c69636174696f6e2f7868746d6c2b786d6c2c6170706c69636174696f6e2f786d6c3b713d302e392c696d6167652f776562702c2a2f2a3b713d302e380d0a4163636570742d456e636f64696e673a20677a69702c206465666c6174652c20736463680d0a4163636570742d4c616e67756167653a20656e2d55532c656e3b713d302e380d0a0d0a
at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:915)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:411)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:248)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:342)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:328)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:321)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1280)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:342)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:328)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:890)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:564)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:505)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:419)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:391)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:145)
at java.lang.Thread.run(Thread.java:745)

Hello. What url do you try to access?

192.168.1.235:7443/admin

https://192.168.1.235:7443/admin ?

OMG i feel so dumb i wasnt putting ā€˜https://’ in front. and is there a reason that it takes soooo long to load the webpage? Chrome said the webpage isnt responding 4 times before it loaded

1 Like

No. It should be loaded pretty fast. What hardware do you use for server?

OrangePi, its a little bit more powerful than a raspberry pi 3

Hey,
I’m having the same Problem. The server runs on my windows laptop.

I am not able to access any page.
The admin.log says:

2016-07-31 19:50:35.835 - IPv6 CDR notation address not supported by Blynk Admin Server. Please use single IP instead.
2016-07-31 19:50:35.839 - IPv6 CDR notation address not supported by Blynk Admin Server. Please use single IP instead.
2016-07-31 19:50:35.842 - IPv6 CDR notation address not supported by Blynk Admin Server. Please use single IP instead.
2016-07-31 19:50:38.758 - IPv6 CDR notation address not supported by Blynk Admin Server. Please use single IP instead.
2016-07-31 19:50:38.760 - IPv6 CDR notation address not supported by Blynk Admin Server. Please use single IP instead.
2016-07-31 19:50:38.763 - IPv6 CDR notation address not supported by Blynk Admin Server. Please use single IP instead.
2016-07-31 19:50:38.766 - IPv6 CDR notation address not supported by Blynk Admin Server. Please use single IP instead.

My server.properties is default.

I have tried:
https:// localhost:7443/admin
https:// 127.0.0.1:7443/admin
https:// 192.168.2.114:7443/admin

wich are all the same.
(I needed to put spaces in the links because as a new user I am only able to post 2 links)

There is absolutly no loading or anything. Chrome gives me instantaneously ā€œThis website is not availableā€.
Can you point me to whats wrong here?

I don’t know much about it but @Dmitriy could probably help

The webpage wont load for me i got it once but it wont load any more and 2 of my cores are running at 100% usage


and chrome keeps saying page is not responding

@Andre_Wa edit your server.properties to allow all ip’s 0.0.0.0/0

This error says you trying to connect from IPv6 network while in allowed.administrator.ips property you have IPv4 IP.

Could you please show browser ā€œDeveloper View -> Networkā€?

ok this is what i get

@FunguyPro maybe your PI is busy with something? From what I see all time is spend on js and cs files fetching.

Ok, i plan to upgrade to something more powerful soon

You don’t need. Blynk Server could be run on much slower hardware. Here is something specific with your board. Please double check nothing else is eating your CPU/DISK/NETWORK

It just runs high when Java is running once the server/webpage is launched it runs fine

This could happen in case you don’t have enough free memory.

1 Like

It has 1gb and it never uses over 25%, i might check how much is GPU reserved