-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I set a login password #346
Comments
@Edelwiess You can use the
|
I agreed, set password for the RPC is possible, but not for the WebUI, so everybody with the URL of my server can go to the webui and download file on my server. Somebody try a htaccess or something ? |
The web-UI can be accessed from anywhere! If you lock your UI with .htaccess, the attacker will use his own UI, but of course it won't work without authorizing RPC. |
finally I set RPC on VPS and set webUI server in local |
If you want to run webui-aria2 on your own vps, you can use nginx: |
@Edelwiess I met the same issue. I only need to run aria2-webui in my local machine. Every time I have to input the "secret" to connect to my aria2 server. |
I setup my aria2 on vps
and aria2 webUI on same vps
Now anyone can use httpurl to access in to download thing on my vps.
I need to setup a password for webUI how can I do that?
The text was updated successfully, but these errors were encountered: