dave0073/unifi-controller

By dave0073

Updated about 2 years ago

Controlador UniFi en Ubuntu Docker para gestionar redes y dispositivos UniFi.

Image
Networking
Internet of things
Monitoring & observability
0

10K+

dave0073/unifi-controller repository overview

UniFi Controller in Ubuntu Docker

Overview

This Docker image provides an easy and efficient way to deploy the UniFi Controller on an Ubuntu 20.04 base. It includes all necessary dependencies and is configured to expose the essential ports for UniFi management.

Features
  • Ubuntu 20.04 Base: Lightweight and secure.
  • UniFi Controller: Latest version for comprehensive network management.
  • OpenJDK 8: Included Java runtime environment.
How to Use
  1. Pull the Image:
    docker pull dave0073/unifi-controller:latest
    
  2. Run the Container:
    docker run -d --name unifi -p 8080:8080 -p 8443:8443 -p 8880:8880 -p 8843:8843 -p 6789:6789 dave0073/unifi-controller:latest
    
  3. Access UniFi Controller: Navigate to https://<SERVER_IP>:8443 in your web browser.
Ports Exposed
  • 8080: Device management portal
  • 8443: Secure web interface
  • 8880: HTTP portal
  • 8843: HTTPS portal
  • 6789: STUN
Customization

To customize the configuration, create a Dockerfile based on this image and add your configurations.

Support

For more details, visit the UniFi documentation.

Contributions

Contributions are welcome. Open issues or pull requests on GitHub for suggestions or fixes.

Tag summary

Content type

Image

Digest

sha256:1ba9df1c3

Size

416.9 MB

Last updated

about 2 years ago

docker pull dave0073/unifi-controller