Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] Linuxserver.io - ZNC

Featured Replies

linuxserver_medium.png

 

Application Name: ZNC

Application Site: http://znc.in

Docker Hub: https://hub.docker.com/r/linuxserver/znc/

Github: https://github.com/linuxserver/docker-znc

 

Please post any questions/issues relating to this docker you have in this thread.

 

If you are not using Unraid (and you should be!) then please do not post here, instead head to linuxserver.io to see how to get support.

Edited by linuxserver.io

  • 4 months later...

I've installed the docker but everytime I try to access the web GUI I get an ERR_EMPTY_RESPONSE and the ZNC log shows this:

 

[2016-04-16 13:33:31.363483] _LISTENER == ConnectionFrom(192.168.1.160, 56903) [Allowed]

[2016-04-16 13:33:31.363524] There are [0] clients from [192.168.1.160]

[2016-04-16 13:33:31.384572] WebMod::Client == ReachedMaxBuffer()

[2016-04-16 13:33:31.384683] Auto generated session: [0306a53c39224dda8136e4f802c5b5756ea1d2634f367c27bad2d423bd289e8b]

 

Any ideas?

I just pulled this and it's working no problem. 

 

Are you sure you're accessing the webui via https not http?

 

Sent from my LG-H815 using Tapatalk

 

 

Yep, this is via https.

 

This is the entire log string I get when I try to load the GUI

 

[2016-04-20 10:01:57.007744] _LISTENER == ConnectionFrom(192.168.1.160, 54585) [Allowed]
[2016-04-20 10:01:57.007801] There are [0] clients from [192.168.1.160]
[2016-04-20 10:01:57.040803] _LISTENER == ConnectionFrom(192.168.1.160, 54586) [Allowed]
[2016-04-20 10:01:57.040845] There are [0] clients from [192.168.1.160]
[2016-04-20 10:01:57.067630] WebMod::Client == ReachedMaxBuffer()
[2016-04-20 10:01:57.067705] Remote IP: 192.168.1.160; discarding session [f46ef5a56ccdbf8553396fc995dcf993f06ca36984d94155847c7b298e6dde1b]
[2016-04-20 10:01:57.067765] Auto generated session: [3051ce7f050953494593a56f2302414b33d39aae1175e8814b2301b496788cbb]

FYI I migrated from sparklyballs' ZNC docker to this one by using the existing appdata folder and there have been no issues. Sure was nice not having to set it up again.

  • 3 months later...
  • 1 year later...

This container seems to be using 1.7.x nightly builds. Is there a way to make it use the stable version instead? I don't see an variable in the template to let me do so. Thanks!

  • 1 month later...

Since the most recent update I seem to be getting this message in my IRC client status window:

 

ZNC is presently running in DEBUG mode. Sensitive data during your current session may be exposed to the host.

 

unless I am mistaken, it seems that debug option is set during compiling. Is there a way to disable this?

  • 3 weeks later...
ZNC is presently running in DEBUG mode. Sensitive data during your current session may be exposed to the host.

Getting the same problem, it's pretty annoying since it acts as a PM.

 

EDIT: https://github.com/linuxserver/docker-znc/pull/19

Edited by bamtan
Added edit

  • 4 weeks later...

Hey guys,

 

I am having an issue, I am able to install the znc container, there are no errors in the logs. Although I am unable to access the web ui.

Can anyone help me out here?

Thanks

  • 4 months later...

Installed this docker fresh and the WebGUI will not load. It gets to a certain point then stops. It looks like its halting at pulling the nightly build.

 

Here is what I see in the log:

 

-------------------------------------
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/


Brought to you by linuxserver.io
We gratefully accept donations at:
https://www.linuxserver.io/donations/
-------------------------------------
GID/UID
-------------------------------------

User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
Writing Pem file [/config/znc.pem]...
[cont-init.d] 20-config: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Checking for list of available modules...
Opening config [/config/configs/znc.conf]...
Loading global module [webadmin]...
Binding to port [+6501] using ipv4...
Loading user [admin]
Loading user module [chansaver]...
Loading user module [controlpanel]...
Staying open for debugging [pid: 204]
ZNC 1.7.x-nightly-20180404-d6bfe504 - https://znc.in

1 hour ago, GroxyPod said:

Installed this docker fresh and the WebGUI will not load. It gets to a certain point then stops. It looks like its halting at pulling the nightly build.

 

Here is what I see in the log:

 

-------------------------------------
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/


Brought to you by linuxserver.io
We gratefully accept donations at:
https://www.linuxserver.io/donations/
-------------------------------------
GID/UID
-------------------------------------

User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
Writing Pem file [/config/znc.pem]...
[cont-init.d] 20-config: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Checking for list of available modules...
Opening config [/config/configs/znc.conf]...
Loading global module [webadmin]...
Binding to port [+6501] using ipv4...
Loading user [admin]
Loading user module [chansaver]...
Loading user module [controlpanel]...
Staying open for debugging [pid: 204]
ZNC 1.7.x-nightly-20180404-d6bfe504 - https://znc.in

 

 

it doesn't pull anything at runtime

 

4 hours ago, sparklyballs said:

 

 

it doesn't pull anything at runtime

 

 

Looks to be an issue with Chrome, yet again. Really starting to hate Chrome. Thanks sparkyballs!

  • 1 month later...
21 hours ago, lzrdking71 said:

Is there a possibility that push and clientbuffer modules could be added to the znc docker container? I think these modules would be of great benefit to many. 

 

This would be great. clientbuffer is a must for those with multiple devices. Push is also very versatile as it works with many notification services. It is a lifesaver for those who are in multiple channels at the same time.

 

 

  • 1 month later...

Anyone have any ideas why I cannot connect to the bouncer on the client? Using Hexchat and I cannot for the life of me get connected. Using local IP/PORT returns connection refused.

 

I can access the web interface just fine.

  • 5 months later...
On 11/5/2018 at 2:03 AM, Bisu said:

Anyone have any ideas why I cannot connect to the bouncer on the client? Using Hexchat and I cannot for the life of me get connected. Using local IP/PORT returns connection refused.

 

I can access the web interface just fine.

 

I figured this out. Delete your existing container and install a fresh ZNC image. Configure the Network Type to br0 and give it a dedicated IP address. Set your port as well if you want to use something other than the default 6501. Whenever I tried to edit an existing ZNC container, it would go into orphan state and have to be removed.

  • 2 weeks later...

I can't seem to find the username/password for the ZNC's admin interface.

 

Anyone can help me with this please?

 

EDIT: found it as: admin / admin

Edited by Jules

  • 7 months later...

Does anyone know of a way to connect to networks over HTTP proxy?

  • 10 months later...
On 4/8/2018 at 4:18 AM, GroxyPod said:

Installed this docker fresh and the WebGUI will not load. It gets to a certain point then stops. It looks like its halting at pulling the nightly build.

 

Here is what I see in the log:

 

-------------------------------------
_ ()
| | ___ _ __
| | / __| | | / \
| | \__ \ | | | () |
|_| |___/ |_| \__/


Brought to you by linuxserver.io
We gratefully accept donations at:
https://www.linuxserver.io/donations/
-------------------------------------
GID/UID
-------------------------------------

User uid: 99
User gid: 100
-------------------------------------

[cont-init.d] 10-adduser: exited 0.
[cont-init.d] 20-config: executing...
Writing Pem file [/config/znc.pem]...
[cont-init.d] 20-config: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.
Checking for list of available modules...
Opening config [/config/configs/znc.conf]...
Loading global module [webadmin]...
Binding to port [+6501] using ipv4...
Loading user [admin]
Loading user module [chansaver]...
Loading user module [controlpanel]...
Staying open for debugging [pid: 204]
ZNC 1.7.x-nightly-20180404-d6bfe504 - https://znc.in

im having this exact same problem.  log shows its stopping at the same point as yours.  changing between browsers fixed nothing for me.  nor did going in incognito mode to ensure its not a cache issue.  also confirming http vs https.

whats goin on here?

24 minutes ago, DontWorryScro said:

im having this exact same problem.  log shows its stopping at the same point as yours.  changing between browsers fixed nothing for me.  nor did going in incognito mode to ensure its not a cache issue.  also confirming http vs https.

whats goin on here?

Honestly I wish I could remember what exactly happened. I just re-installed and it's working fine when changing https to http. Checks out across all browsers.

 

The only thing I do differently now is I use a custom IP for my dockers (queue the hissing "but mah security" proponents haha)

 

9 minutes ago, GroxyPod said:

Honestly I wish I could remember what exactly happened. I just re-installed and it's working fine when changing https to http. Checks out across all browsers.

 

The only thing I do differently now is I use a custom IP for my dockers (queue the hissing "but mah security" proponents haha)

 

huh weird ok yea, it was a combination of things i had to do to get it to work.  would not work on firefox, works on chrome, and using http, not https

4 minutes ago, DontWorryScro said:

huh weird ok yea, it was a combination of things i had to do to get it to work.  would not work on firefox, works on chrome, and using http, not https

 

That's funny because I am using firefox and it worked fine for the first browser. My guess is it might be related to whatever ad blocker being used or similar.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.