User Management
Create, edit, reset passwords, and manage system user access.
SmartNetwork packages essential network administration tools into a Docker image for small companies, lab environments, and developers who want user management, DNS, DHCP, LDAP directory, mail, logs, assistant, and health checks in a single web UI.
Signed in as sa
Create, edit, reset passwords, and manage system user access.
Manage DNS records, forwarders, cache, query logs, and server status.
Manage AD-style users and serve LDAP responses on port 389.
Manage SMTP, POP3, IMAP, and mailboxes linked to Directory users.
Assign client IPs with gateway and DNS options for local network access.
Review and filter DNS, DHCP, Directory, and Mail service activity.
Use a configured local or online LLM for administration help.
Check database, DNS, DHCP, Directory, Mail, Assistant, and log state.
A practical control panel for common local network services, matching the actual SmartNetwork dashboard modules and settings.
Manage panel users, roles, credentials, and access from the administration interface.
Manage A records, forwarders, cache, root hints, query logs, response domain, and response IP.
Assign client IP addresses with gateway and DNS options for local network access.
Manage AD-style users, organizational units, bind validation, Base DN, and LDAP logs on port 389.
Manage SMTP 25, POP3 110, IMAP 143, mailbox links, STARTTLS certificates, and DKIM signing.
Review and filter DNS, DHCP, Directory, and Mail activity from a central log area.
Use a configured local or online LLM for administration help and troubleshooting support.
Check database, DNS, DHCP, Directory, Mail, Assistant, and log state from one page.
Pull the image from Docker Hub, bind the web panel to your host, and mount a persistent data volume before using it in a real network.
docker pull ssiroos/netsmartapp:latest
docker run -d \
--name smartnetwork \
--restart unless-stopped \
-p 8080:8080 \
-v smartnetwork-data:/app/data \
ssiroos/netsmartapp:latest
Signed in as sa
Create, edit, reset passwords, and manage system user access.
Manage DNS records, forwarders, cache, query logs, and server status.
Manage AD-style users and serve LDAP responses on port 389.
Manage SMTP, POP3, IMAP, and mailboxes linked to Directory users.
Assign client IPs with gateway and DNS options for local network access.
Review and filter DNS, DHCP, Directory, and Mail service activity.
Use a configured local or online LLM for administration help.
Check database, DNS, DHCP, Directory, Mail, Assistant, and log state.
Start with the Docker Hub image, then adjust ports, volumes, environment variables, and firewall rules for your own network.
Download the latest published image from Docker Hub.
docker pull ssiroos/netsmartapp:latest
Start the container with restart policy and persistent storage.
docker run -d --name smartnetwork ssiroos/netsmartapp:latest
Visit the mapped web panel port from your Docker host.
http://localhost:8080