Sidebar/Navbar Icons
Documentation on how to customise Sidebar/Navbar Icons.
Last updated
Documentation on how to customise Sidebar/Navbar Icons.
Last updated
Changing of the Sidebar/Navbar Icons can't be done from the Administration Dashboard but have to be done from the routes file.
Open routes.ts file from /var/www/pterodactyl/resources/scripts/routers
directory
At the top of the file, you'll see this line, at which icons are imported.
There you can import the icons you want to use and remove the old ones that you no longer use.
After you've imported icons you want, you can scroll down where you'll see routes to different pages and icon
field which value you'll need to replace with the icon you've imported earlier
After you're done, save file and run yarn build:production
command