Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unknown service zeus-admin running on my server

I used nmap to check which ports are open on my server it showed

PORT     STATE    SERVICE
9090/tcp open     zeus-admin

now port 9090 is supposed to listen for apache tomcat. What is this zeus-admin ? how I start my apache tomcat server ?

like image 423
Nagri Avatar asked Oct 15 '25 16:10

Nagri


1 Answers

It is also the default listed name when nmap'ing it. The actual service listening to that port doesn't have to be, it's what is usually the default service running at that port.

like image 93
Lukas Avatar answered Oct 19 '25 10:10

Lukas