The de facto standard self-hosted URL shortener
YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener, on your server. You'll have full control over your data, detailed stats, analytics, plugins, and more. It's free and open-source.
/admin path of your domain, e.g., https://your.domain/admin.Note: You must restart the service after setting the domain name.
You can find plugins on Awesome YOURLS.
When you find the plugin you want to install, download the zip file and put the files to the
corresponding directory (/var/www/html/user/plugins/<your-plugin-name>) with
Config Editor, and restart the service.
For example, if you want to install the 404-not-found plugin,
put the plugin.php file to the
/var/www/html/user/plugins/404-if-not-found directory. After restarting the service,
you can access the plugin in the admin panel.
