Support Center
Find help and resources for using HyprUpld. If you can't find what you're looking for, feel free to contact us.
GitHub Issues
Found a bug or have a feature request? Open an issue on our GitHub repository.
View IssuesCommunity
Join our Discord community to get help from other users and the development team.
Join DiscordDocumentation
Our documentation covers everything you need to know about HyprUpld, from installation to advanced configuration.
Installation Guide
Step-by-step instructions for installing HyprUpld on different operating systems.
View GuideConfiguration
Learn how to configure HyprUpld to work with your preferred services and settings.
ConfigureFrequently Asked Questions
Find quick answers to common questions about HyprUpld.
HyprUpld can be installed using the one-line installation command for your operating system. Visit our installation guide for detailed instructions.
For most Linux systems, you can use:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/PhoenixAceVFX/hyprupld/main/install.sh)"
HyprUpld supports various upload services including Imgur, PixelVault, and self-hosted solutions like Zipline and xBackBone. You can find the complete list and configuration details on our services page.
To configure a custom upload service, you'll need to edit the configuration file. Run
hyprupld --config
to open the configuration file in your default text
editor. Add your service configuration in the services
section. See our configuration guide for examples.
You can update HyprUpld by running the following command:
hyprupld --update
This will download and install the latest version while preserving your configuration.
HyprUpld logs are stored in ~/.local/share/hyprupld/logs/
on Linux/macOS.
You can view the logs in real-time using:
tail -f ~/.local/share/hyprupld/logs/hyprupld.log
For more detailed logging, run HyprUpld with the --debug
flag.