: Configure Prisma Cloud Console’s listening ports
Focus
Focus

Configure Prisma Cloud Console’s listening ports

Table of Contents

Configure Prisma Cloud Console’s listening ports

This guide shows you how to configure Prisma Cloud to listen on different ports. Typically this type of configuration is made at the load balancer layer, but it can be done directly with Prisma Cloud.
By default Prisma Cloud listens on:
  • 8083 HTTPS management port for access to Console.
  • 8084 WSS port for Defender
    to
    Console communication.
If you are setting the port below 1024 then Prisma Cloud needs permission to access this privileged port. You must also set RUN_CONSOLE_AS_ROOT=${RUN_CONSOLE_AS_ROOT:-false} to true.
  1. Download and unpack the Prisma Cloud software.
  2. Go to the directory where you unpacked the bits.
  3. Open twistlock.cfg for editing.
  4. Run twistlock.sh to install Prisma Cloud Console with your settings.
    If you are setting the port below 1024 then Prisma Cloud needs permission to access this privileged port. You must also set RUN_CONSOLE_AS_ROOT=${RUN_CONSOLE_AS_ROOT:-false} to true.

Recommended For You