NVIDIA
Explore
Models
Blueprints
GPUs
Docs
⌘KCtrl+K
View All Playbooks
View All Playbooks

onboarding

  • Set Up Local Network Access
  • Open WebUI with Ollama

data science

  • Single-cell RNA Sequencing
  • Portfolio Optimization
  • CUDA-X Data Science
  • Optimized JAX
  • Text to Knowledge Graph

tools

  • VS Code
  • DGX Dashboard
  • Comfy UI
  • RAG Application in AI Workbench
  • Set up Tailscale on Your Spark

fine tuning

  • Fine-tune with Pytorch
  • FLUX.1 Dreambooth LoRA Fine-tuning
  • LLaMA Factory
  • Fine-tune with NeMo
  • Unsloth on DGX Spark

use case

  • Install and Use Isaac Sim and Isaac Lab
  • Live VLM WebUI
  • Vibe Coding in VS Code
  • Build and Deploy a Multi-Agent Chatbot
  • NCCL for Two Sparks
  • Connect Two Sparks
  • Build a Video Search and Summarization (VSS) Agent

inference

  • Nemotron-3-Nano with llama.cpp
  • Speculative Decoding
  • vLLM for Inference
  • SGLang for Inference
  • TRT LLM for Inference
  • Multi-modal Inference
  • NIM on Spark
  • NVFP4 Quantization
Terms of Use
Privacy Policy
Your Privacy Choices
Contact

Copyright © 2026 NVIDIA Corporation

Set up Tailscale on Your Spark

30 MIN

Use Tailscale to connect to your Spark on your home network no matter where you are

OverviewInstructionsTroubleshooting

Basic idea

Tailscale creates an encrypted peer-to-peer mesh network that allows secure access to your NVIDIA DGX Spark device from anywhere without complex firewall configurations or port forwarding. By installing Tailscale on both your DGX Spark and client devices, you establish a private "tailnet" where each device gets a stable private IP address and hostname, enabling seamless SSH access whether you're at home, work, or a coffee shop.

What you'll accomplish

You will set up Tailscale on your DGX Spark device and client machines to create secure remote access. After completion, you'll be able to SSH into your DGX Spark from anywhere using simple commands like ssh user@spark-hostname, with all traffic automatically encrypted and NAT traversal handled transparently.

What to know before starting

  • Working with terminal/command line interfaces
  • Basic SSH concepts and usage
  • Installing packages using apt on Ubuntu
  • Understanding of user accounts and authentication
  • Familiarity with systemd service management

Prerequisites

Hardware Requirements:

  • NVIDIA Grace Blackwell GB10 Superchip System

Software Requirements:

  • NVIDIA DGX OS
  • Client device (Mac, Windows, or Linux) for remote access
  • Client device and DGX Spark not on the same network when testing connectivity
  • Internet connectivity on both devices
  • Valid email account for Tailscale authentication (Google, GitHub, Microsoft)
  • SSH server availability check: systemctl status ssh
  • Package manager working: sudo apt update
  • User account with sudo privileges on your DGX Spark device

Time & risk

  • Duration: 15-30 minutes for initial setup, 5 minutes per additional device
  • Risks: Medium
    • Potential SSH service configuration conflicts
    • Network connectivity issues during initial setup
    • Authentication provider service dependencies
  • Rollback: Tailscale can be completely removed with sudo apt remove tailscale and all network routing automatically reverts to default settings.
  • Last Updated: 11/07/2025
    • Minor copyedits

Resources

  • Tailscale Documentation
  • DGX Spark Documentation
  • DGX Spark Forum