Don't automatically start server on every login

Hi there!

Is there a way to setup JH (i’m using TLJH) not to startup server everytime on login in? I don’t need any server started for admin.
Is there a way to turn off starting server for admin?

Or myabe is there a way at least to somehow setup http://…/hub/admin page as a default for admin at least ?

Thank you!

I suspect the simplest config you may want is:

c.JupyterHub.default_url = "/hub/home"

which will send users to the home page after successful login by default, instead of launching their server.

1 Like