Burp Suite User Forum

Create new post

Burp Enterprise doesn't start after I have reboot the server

oscar | Last updated: Nov 19, 2018 06:18PM UTC

I have installed burp enterprise on a linux server. All works fine. So, I reboot the server, and now burp enterprise doesn't start. netstat -antp Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name -- How can I start it? Thanks.

PortSwigger Agent | Last updated: Nov 20, 2018 10:42AM UTC

You can check the status of the services using the following command: @sudo /sbin/chkconfig --list <service>@, where the service names are @burpsuiteenterpriseedition_agent@, @burpsuiteenterpriseedition_db@, @burpsuiteenterpriseedition_enterpriseserver@ and @burpsuiteenterpriseedition_webserver@. If the services are not enabled then you can set them to autostart using this command: @sudo /sbin/chkconfig <service> on@. To start or stop the services manually, you can use @sudo service <service> start@ and @sudo service <service> stop@ respectively. Setting the services to autostart should have been done for you by the installer so if this is not the case, can you please raise a ticket with details of the Linux distribution you are using so that we can look into it further. Thanks.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.