Multi-user settings without Admin Rights #51
GiuseppeSorrentino99
started this conversation in
Blogs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Issue Solved:
Hello everyone!
@mariodruiz just helped me in setting the Mini-PC for a multi-user configuration where every user has no admin rights.
I want to share the temporary solution with you if someone needs it.
At the time of now, I had issues installing Riallto on non-admin accounts, so the solution found is:
On the Admin account, I can:
py.exe -m jupyterlab --ip='0.0.0.0' --no-browser --NotebookApp.password= --port --NotebookApp.terminals_enabled=False
This will allow to create a jupyter server that:
This last step is crucial.
Indeed, since we executed using an Admin account and a Powershell terminal with no admin rights, even if the jupyter has no admin rights, we need to turn off terminals to prevent the opening of shells in the Admin account.
The users will be able to connect at IP:port and use their own Riallto framework.
Thanks to this solution, we also temporarily solved another important issue:
Without Windows Server/Enterprise, we cannot connect multiple users simultaneously. However, since this solution only requires the Admin account, it allows multiple users to use different jupyter servers at the same time.
Waiting for a way to completely isolate Riallto installation on multiple users without giving them admin rights, this is a working solution that solved almost all my Issues.
Thank you again for your support. I hope this is helpful for others.
Beta Was this translation helpful? Give feedback.
All reactions