Managing Theme Files & Assets
A truly custom SMM panel requires custom images, logos, and graphics. PanelN features a built-in file system designed specifically to make theme development effortless for panel owners.
Why This is a Game-Changer
In older generation SMM software, you had to upload your logos to external sites like Imgur, or configure complicated AWS S3 buckets just to display an image. PanelN eliminates all of that. You have a native media library right in your dashboard that automatically serves files via our ultra-fast Edge CDN.
How to Upload Files
Uploading files for use in your themes takes just seconds:
- Go to Admin > Appearance > Files in your dashboard.
- Click the Upload File button.
- Select your Logo (PNG/SVG), Favicon, or any custom images you want to use.
- Once uploaded, the system generates a direct, CDN-optimized link.
Using Files in Your Twig Theme
After uploading a file, you simply copy the generated URL from the File Manager and drop it straight into your Twig Code Editor.
HTML Example: Adding a custom logo
<img src="https://cdn.paneln.com/your-panel-id/logo.png" alt="My SMM Panel" />CSS Example: Custom background
You can also use these links directly inside your style.css to set gorgeous hero background images.
.hero-section {
background-image: url('https://cdn.paneln.com/your-panel-id/bg.jpg');
background-size: cover;
}Enterprise Infrastructure at Zero Cost
Behind the scenes, all of your media is securely hosted on our super fast S3 storage arrays and automatically distributed through our global Edge CDN with 130+ Points of Presence (PoPs). This guarantees instant load times anywhere in the world.