# Deploy ZNC with Easypanel

URL: /templates/znc

ZNC is an IRC bouncer that is designed to stay connected to IRC servers and channels, allowing you to access them at any time.

## Installation notes

default login is admin/admin

## Benefits

### Always Connected

ZNC keeps you permanently connected to your favorite IRC channels and servers, ensuring you never miss important messages.

### Custom Modules

Extend ZNC's functionality with custom modules, allowing for personalized features and enhancements.

## Features

### Detachable Sessions

ZNC allows you to detach and reattach to IRC sessions without losing the session state, similar to screen or tmux for IRC.

### Multiple Networks

Connect to multiple IRC networks simultaneously with a single ZNC instance.

### Playback Buffers

ZNC stores chat history when you're away, allowing you to catch up on what you missed once you reconnect.

### SSL/TLS Support

Secure your connections with SSL/TLS, protecting your privacy and data integrity.

### Web Interface

Manage your ZNC settings and configurations through a user-friendly web interface.

## Configuration

- `appServiceName` (App Service Name, required): znc

- `appServiceImage` (App Service Image, required): lscr.io/linuxserver/znc:1.10.1

- `PUID` (PUID, required): 1000

- `PGID` (PGID, required): 1000

- `serviceTimezone` (Timezone, required): Europe/London

## Services

- znc: app (lscr.io/linuxserver/znc:1.10.1)

## Resources

- [Website](https://github.com/linuxserver)

- [Documentation](https://hub.docker.com/r/linuxserver/znc)

- [Github](https://github.com/linuxserver/docker-znc/)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/znc)