Home Products Services Services Docs Contact

Getting Started

Vertex UI is a premium, beautifully crafted theme designed exclusively for the Pterodactyl ecosystem. By installing this theme, you dramatically enhance the user experience of your panel administrators and clients.

Prerequisites

You are expected to understand how to read documentation and use basic linux system administration. If you do not have root SSH access to your panel server, you will not be able to install this theme.

Dependencies

Install Node.js 22

curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt install -y nodejs

Install Yarn

npm i -g yarn

Install Panel Build Dependencies

cd /var/www/pterodactyl
yarn
Next Installation »