Q Blocks Documentation
  • πŸ‘‹Welcome to Q Blocks
  • 🌐GPU Computing at Scale
  • πŸ’»Launch a Q Blocks GPU instance
    • Using Dashboard UI
    • Using Rest APIs
  • πŸ’°GPU Instance Pricing
  • πŸ€–Fine-tuning Falcon 7B/40B LLM
  • πŸ”‘IAM: Share access with team
  • πŸ€”Q Blocks How To Guide
    • Create a new user
    • Upload data using SCP command
    • Use Visual Studio Code with Q Blocks instances
    • Port forwarding to run web services
    • Launch Jupyter Hub in Q Blocks Instance
    • Launch TensorBoard in Q Blocks instance
    • Setup Horovod and OpenMPI in Q Blocks Instance
    • Setup AIM for ML experiment tracking
    • Disco Diffusion AI Art on Q Blocks
    • Stable Diffusion Text to Image GPU server on Q Blocks
    • Setup Docker with Nvidia GPU support
    • Enable port forwarding on a Docker container in Q Blocks instance
    • Run production ready lightweight kubernetes using K3s in Q Blocks instance
    • ↗️Upgrade CUDA to v12.2
Powered by GitBook
On this page
  1. Q Blocks How To Guide

Create a new user

Ubuntu / Linux is the base operating system in Q Blocks computing instances.

PreviousQ Blocks How To GuideNextUpload data using SCP command

Last updated 1 year ago

Linux is a multi-user system:

This means that more than one person can interact with the same system at the same time. As a system administrator, you have the responsibility to manage the system’s users and groups by creating and removing users and assign them to different groups.

Create new user in Q Blocks instance:

We have created a one step easy process for you to create new users in your instance.

To create new user and setup its profile with right permissions, execute this command:

wget -qO - 'https://www.qblocks.cloud/resources/add-new-user.sh' --no-check-certificate | bash -s USERNAME PASSWORD
  • Make sure to replace USERNAME and PASSWORD in the above command with your desired values

The above command would do the following tasks:

  1. Create a new user for you with your desired username and password

  2. Grant the SSH access to the new user

Note:

If you don't want to use the above mentioned script then you can manually create a new user by running the standard bash commands for adding user in Linux. In this case, to grant SSH access to your new user you will have to add the AllowUser setting in SSH config. The SSH access would otherwise be restricted as a security measure to stop any unauthenticated access.

If you still face issues setting it up then don't hesitate to reach out to us at:

πŸ€”
support@qblocks.cloud