This page concerns installation procedures for Nexpose software
Can I install Nexpose on a system that already has PostgreSQL installed?
No. Nexpose includes its own instance of PostgreSQL. To ensure that it runs properly, you have to stop and remove any instances of PostgreSQL on the host system before installing Nexpose.
I'm trying to reinstall Nexpose but my product key doesn't work.
Nexpose product keys can only be used once. Contact Rapid7 Technical Support to obtain a new product key.
How do I make Nexpose start as a daemon in Linux?
If you disabled the intialize/start option as part of the installation, you will need to start Nexposemanually.
To start Nexpose from the command line, take the following steps:
$ cd [installation_directory]/nsc
$ ./nsc.sh
Warning: To detach from a Nexpose screen session, press CONTROL and type a and then d. Do not use CONTROL-c, which will stop Nexpose.
The installation creates a daemon named nexposeconsole.rc in the /etc/init.d/ directory.
To manually start, stop, or restart the daemon:
$ cd [installation_directory]/nsc
$ ./[service_name] <start|stop>
To prevent the Nexpose daemon from automatically starting when the host system starts:
$ update-rc.d [daemon_name] remove
I can't start my appliance.
First, make sure that the Appliance is plugged into a power source. Then press the Select button, which has the green checkmark (ΓΌ), on the front panel. If you continue to have difficulty, contact Rapid7 Technical Support.
What Windows operating systems can I install Nexpose on?
See the
http://www.rapid7.com/products/nexpose/system-requirements.jsp
What Linux operating systems can I install Nexpose on?
See the
http://www.rapid7.com/products/nexpose/system-requirements.jsp
How do I change the time on the Nexpose Appliance?
Using the buttons on the front panel of the Appliance, go the Date/Time submenu under the Configure menu in the LCD. There, you can set a new time.
How do I uninstall Nexpose software?
Each instance of Nexpose must be installed from scratch. If you need to reinstall the program, you must first remove it. Multiple copies of the same instance of the product will not function correctly and are not supported.
Warning: Uninstalling will completely remove all Nexpose components. It will also delete sites, configurations, reports, and any scan data on discovered assets, nodes and vulnerabilities. Make sure to back up all of your data before proceeding.
In Windows:
Warning: The uninstaller opens a command-line interface window behind the installation wizard window. Although you will not use the command-line window, do not close it. Doing so will stop the uninstallation process.
In Linux:
$[installation directory]/.install4j
$./uninstall
Note: .install4j is a hidden directory. To list hidden directories, run the command ls -a.