How To Solve Problem Port 8080 is use by other programs ubiquiti

When i set wireless access point Unify Ubiquiti, i found this problem with output problem, you can look picture :

ubnt-error

How to solved this problem ? you can try a litle solution with edit port, follow this step.

1. Right click from shortcut unify controller and then properties, after that open file location. Find file with name file system.properties under directory data.

2. Open that file with text editor, you can look output when open this file

## system.properties
#
# each unifi instance requires a set of ports:
#
## device inform
# unifi.http.port=8080
## controller UI / API
# unifi.https.port=8443
## portal redirect port for HTTP
# portal.http.port=8880
## portal redirect port for HTTPs
# portal.https.port=8843
## local-bound port for DB server
# unifi.db.port=27117
## UDP port used for STUN
# unifi.stun.port=3478
#
## the IP devices should be talking to for inform
# system_ip=a.b.c.d
## disable mongodb journaling
# unifi.db.nojournal=false
## extra mongod args
# unifi.db.extraargs
#
## HTTPS options
# unifi.https.ciphers=TLS_RSA_WITH_AES_256_CBC_SHA,TLS_RSA_WITH_AES_128_CBC_SHA
# unifi.https.sslEnabledProtocols=TLSv1,SSLv2Hello
# unifi.https.hsts=false
# unifi.https.hsts.max_age=31536000
# unifi.https.hsts.preload=false
# unifi.https.hsts.subdomain=false
#
# Ports reserved for device redirector. There is no need to open
# firewall for these ports on controller, however do NOT set
# controller to use these ports.
#
# portal.redirector.port=8881
# portal.redirector.port.wired=8882
#
# Port used for throughput measurement.
# unifi.throughput.port=6789
#
#Sun Jan 06 04:07:01 UTC 2019
is_default=false
#unifi.http.port=8080
uuid=10ae68b6-ffce-4149-9c8e-f519d5f07639

3. Change default port 8080 to port 8083, and remove hastag code like this

is_default=false
unifi.http.port=8083
uuid=10ae68b6-ffce-4149-9c8e-f519d5f07639

4. After that you can try restart your computer and try start unify contoller.

Success-start-unifycontroller

5. Finish

 

Related Articles

Comments