The Publisher is not relevant for Cloud users.

  1. In the browser, open the Admin Panel of the Siemplify Publisher by accessing
    https://{siemplify_publisher_host_ip}/admin
  2. Use the default credentials for the Admin account.
  3. If you are prompted to change the password, do so. Click on Home to see the main site administration page.
  4. Go to Tokens and copy the token of the Publisher user.
  5. When you pair the Siemplify Publisher with your Chronicle SOAR platform, make sure to post this token into the Publisher API token field.

The Publisher comes with built in self signed certificates. If you would like to use your own certificates, see Nginx documentation.

For the next step, your administrator will need the public address of the Publisher and the API Key.
Continue on to Pair the Publisher.

Create a new super user
If you do not want to use the default Publisher user, you can create your own as follows:

  1. Use CD to navigate to /opt/SiemplifyPublisher/
  2. Run this command:
    source ~/.bash_profile
  3. Run the following command: python manage.py createsuperuser
  4. Add in the username, email address and the password.

Continue on to Pair the Publisher.