End-of-Life (EoL)

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.
For more information, see the https://cdn.twistlock.com/docs/downloads/Prisma Cloud-Reference-Architecture.pdf[Reference Architecture].
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.
Prerequisite:
You have downloaded and unpacked the Prisma Cloud software.
  1. Go to the directory where you unpacked the Prisma Cloud software.
  2. Open twistlock.cfg for editing.
  3. 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