End-of-Life (EoL)
Onebox
Onebox provides a quick, simple way to install both Console and Defender onto a single host.
It provides a fully functional, self-contained environment that is suitable for evaluating Prisma Cloud.
Install Prisma Cloud
Install Onebox with the twistlock.sh install script.
Prerequisites:
- Your host meets the minimum system requirements.
- You have a license key.
- Port 8083 is open. Port 8083 (HTTPS) serves the Console UI. You can configure alternative ports in twistlock.cfg before installing.
- Port 8084 is open. Console and Defender communicate with each other on this port.
- Download the latest Prisma Cloud release to the host where you’ll install Onebox.
- Extract the tarball. All files must be in the same directory when you run the install.$ mkdir twistlock $ tar -xzf prisma_cloud_compute_<VERSION>.tar.gz -C twistlock/Configure Prisma Cloud for your environment.Open twistlock.cfg and review the default settings. The default settings are acceptable for most environments.If your Docker socket is in a custom location, update twistlock.cfg before continuing. By default, Prisma Cloud expects to find the Docker socket in /var/run/docker.sock. If it’s not located there on your host, open twistlock.cfg in an editor, find the DOCKER_SOCKET variable, and update the path.Install Prisma Cloud.Verify that Prisma Cloud is installed and running:$ docker ps --format "table {{.ID}}\t{{.Status}}\t{{.Names}}" CONTAINER ID STATUS NAMES 764ecb72207e Up 5 minutes twistlock_defender_<VERSION> be5e385fea32 Up 5 minutes twistlock_consoleConfigure ConsoleCreate your first admin user and enter your license key.
- Open Prisma Cloud Console. In a browser window, navigate to 'https://<CONSOLE>:8083', where <CONSOLE> is the IP address or DNS name of the host where Console runs.
- Enter your license key.
UninstallUse the twistlock.sh script to uninstall Prisma Cloud from your host. The script stops and removes all Prisma Cloud containers, removes all Prisma Cloud images, and deletes the /var/lib/twistlock directory, which contains your logs, certificates, and database.- Uninstall Prisma Cloud.$ sudo ./twistlock.sh -uVerify that all Prisma Cloud containers have been stopped and removed from your host.$ docker ps -aVerify that all Prisma Cloud images have been removed from your host.$ docker imagesWhat’s next?Install Defender on each additonal host you want to protect.
Most Popular
Recommended For You
Recommended Videos
Recommended videos not found.