No design team? No problem. Three tips for using the Create module to design like a pro.
April 29, 2025
How to Block the Use of Direct Send in Exchange Online
April 29, 2025Prerequisites
- Microsoft Azure Subscription: Ensure you have an active Microsoft Azure subscription.
- Virtual Network: Ensure you have a VNet with connectivity to your corporate network (for example, over VPN)
- Resource Group: Choose an existing resource group or create a new one.
- SSH Key (Optional): Generate an SSH key pair if you don’t already have one.
Step 1: Deploy the Standalone Thinlinc VM Image
- Navigate to the Microsoft Azure Marketplace
- Go to the ThinLinc page on the Microsoft Azure Marketplace: Thinlinc by Cendio
- Click “Get It Now” to start the deployment process.
- Choose between Alma Linux 9 and Ubuntu 22.04
- Click “Create” in the new Microsoft Azure Portal tab
- Configure Basic Settings
- Subscription: Select your Microsoft Azure subscription.
- Resource Group: Choose an existing resource group or create a new one.
- VM Name: Provide a name for the virtual machine (VM).
- Region: Select the Azure region where the VM will be deployed.
- Availability Zone: Select an Availability Zone as you prefer.
- Image: Ensure the proper Thinlinc image is selected
- Select VM Size
Click “Change size“ and choose a VM that has sufficient resources for your workload. We highly recommend a GPU enabled VM series (e.g. NV-series) although it is possible to do this without a GPU machine.
- Configure Administrator Account
- Choose the Authentication Type: We recommend using a SSH public key although you can use a password as well.
- If using SSH public key, upload your SSH public key or generate a new key pair.
- Set a username for the admin account.
- Inbound Port Rules
Permit only essential ports (example, 22 for SSH if required for admin maintenance).
- Networking Tab
- Virtual Network: Select your existing VNet with direct connectivity
- Subnet: Choose a subnet that can route traffic to your corporate network
- Public IP: Disable (since direct connectivity is used)
- Review + Create
Review all your information, then click “Create” to deploy the VM.
Step 2: Configure Thinlinc Server
After deploying the VM, configure the Thinlinc server to ensure it is accessible and running properly. This step verifies the installation and retrieves the private IP for connection
- Navigate to your deployment in the Microsoft Azure Portal.
- Select your deployed VM, go to the networking tab and note its private IP address
- Connect to the VM from a machine within your private network using SSH:
ssh “username”@
Step 3: Connect Using Thinlinc Client (see below)
- Download the Thinlinc client from Cendio’s Website
- Open the Thinlinc client and enter the VMs private address in the “server” line
- Enter your username and SSH key (or password)
4. Click connect to launch your Thinlinc session
Conclusion:
You have successfully deployed a standalone Cendio Thinlinc VM on Microsoft Azure with direct connectivity! This setup allows seamless remote Linux desktop access while leveraging existing VPNs and private networking.
Stay tuned for more updates on our Thinlinc integration with CycleCloud Workspaces for Slurm which will support advanced AI and HPC workloads.