JupyterHub and JupyterLab configuration for one server

Hi everyone. I want to set up different jupyterlab accounts on one server. I want it to be managed the same way as it is possible for jupyter notebook. As I know, jupyter hub is capable to do that. Am I right? What are necessary steps to do that?

JupyterHub is a server for managing multiple Jupyter users. It’s independent of whether you use it with JupyterLab or Jupyter notebook.

Have a look at https://jupyterlab.readthedocs.io/en/stable/user/jupyterhub.html
If you need more help please share your full configuration.