Media Library
The Media Library provides a central place to upload and manage images used in email templates and Connect branding. Uploaded files are stored in the same location configured for recording storage (local disk or S3).
Uploading Images
Click the Upload Image toolbar button and select any image file from your computer. Supported formats: PNG, JPG, JPEG, GIF, WebP, SVG. After upload, the file appears in the grid.
Using Images in Email Templates
After uploading, click Copy URL on the image row to copy the public URL to the clipboard. Paste this URL directly into an email template body as the src attribute of an <img> tag:
<img src="/public/media/your-logo.png" alt="Company Logo" width="200"/>Using Images in Connect Branding
Copy the public URL of an uploaded image and paste it into the Logo URL or Favicon URL fields in Connect Branding.
Storage
- Local storage: files are saved to
/usr/libexec/webmin/asterisk/public/media/and served at/public/media/by nginx. - S3 storage: files are uploaded to your configured S3 bucket under the
media/key prefix and still served via the same/public/media/nginx proxy path.
The storage backend is determined by the system-wide storage configuration (see System Preferences > File Storage).