Start Fess Server
Using TAR.GZ package
Before starting Fess, OpenSearch must be started.
Execute the following command:
Next, start Fess. Execute the following command:
Using ZIP package
Before starting Fess, you need to launch OpenSearch.
To start OpenSearch on a Windows environment, double-click on opensearch.bat in the bin folder.
To start Fess, double-click on fess.bat in the bin folder.
Using RPM/DEB package (chkconfig)
Before starting Fess, OpenSearch must be started.
Next, start Fess.
Using RPM/DEB package (systemd)
Before starting Fess, OpenSearch must be started.
Next, start Fess.
Using Docker package
Execute the following command to start OpenSearch and Fess.
Access To Browser UI
Fess can be accessed at http://localhost:8080/.
The management UI is located at http://localhost:8080/admin. The default admin account username/password is admin/admin. You can change the password on the user page in the management UI.
Stop Fess Server
Using TAR.GZ/ZIP package
To stop the Fess server, kill the Fess process.
Using RPM/DEB package (chkconfig)
Fess To stop the server, enter the following command:
Using RPM/DEB package (systemd)
Fess To stop the server, enter the following command:
Using Docker package (OpenSearch)
Stop OpenSearch and Fess by running the following commands: