Homebridge - home assistant

Hi guys, i have brought a hue bridge starter pack, got that up and running with echo dot with no problems. i have some s20 sockets which i`ve had for some time and are being controlled by the home assistant GUI and i also have homebridge
installed and control the sockets via siri , both programs are installed on a raspberry pi 3 and run side by side ok. But i have installed a plugin for home assistant homebridge - homeassistant. but since ive done this, when i run homebridge i get this error

[4/16/2017, 12:13:35 PM] Homebridge is running on port 41725.
events.js:160
throw er; // Unhandled ‘error’ event
^

Error: bind EADDRINUSE 0.0.0.0:10000
at Object.exports._errnoException (util.js:1018:11)
at exports._exceptionWithHostPort (util.js:1041:20)
at _handle.lookup (dgram.js:219:18)
at combinedTickCallback (internal/process/nexttick.js:83:11)
at process.tickCallback (internal/process/nexttick.js:104:9)
at Module.runMain (module.js:606:11)
at run (bootstrap_node.js:393:7)
at startup (bootstrap_node.js:150:9)
at bootstrap_node.js:508:3

any idea whats gone wrong guys cheers Tony !

Error: bind EADDRINUSE 0.0.0.0:10000

Check what is running on 0.0.0.0:10000.

Hi hongtat, thanks for reply, i`m a complete noob to coding. where would i look to see whats running 0.0.0.0:10000.
cheers.

Do a netstat -pant | grep -i '0.0.0.0:10000’