Create a Password for the Initial Administrator User Account

If you deployed Tenable Core + Tenable Web App Scanning in a cloud environment and did not create a password during deployment, you cannot access the Tenable Core interface. Create a password for your administrator account via SSH to access the Tenable Core interface.

You do not need to create a password via SSH when deploying Tenable Core + Tenable Web App Scanning in any of the other supported environments.

Before you begin:

  • Confirm that you have an SSH client installed that can access your Tenable Core server.

To create a password for the initial administrator user account:

  1. Open a connection to Tenable Core with your SSH client via one of the following methods:

    • If your SSH client uses a command-line interface (CLI), run the following command:

      ssh <your administrator username>@<your Tenable Core hostname or IP address>
    • If your SSH client uses a user interface, open the interface and follow the prompts to connect to Tenable Core via SSH.

    Tenable Core connects to your SSH client.

    Note: When prompted, provide your Tenable Core username via one of the following methods:

    • If you deployed in Amazon Web Service (AWS), type ec2-user as your username.
    • If you deployed in Microsoft Azure, type the username you configured during your deployment.
  2. Run the sudo passwd command.

    sudo passwd "$USER"

    The SSH client prompts you to provide a password.

  3. Type the password you want to use for your administrator account.

    Note: Your password must meet the following minimum requirements:

    • Minimum 14 characters long
    • Cannot be a palindrome (i.e., a word or phrased spelled the same backward and forward)

    Note: (For EL7 operating systems) Your password must meet the following minimum requirements:

    • Minimum 14 characters long
    • One capital letter
    • One lowercase letter
    • One numeric digit (0-9)
    • One special character (~`!@#$%^&*()+=_-{}[]\|:;”’?/<>,.)
    • Cannot be a palindrome (i.e., a word or phrased spelled the same backward and forward)

  4. Press Enter.

    Tenable Core assigns the password to your administrator account.

  5. Run the exit command to log out of Tenable Core.

What to do next:

  • Continue getting started with Tenable Core + Tenable Web App Scanning, as described in Get Started.