Skip to main content
NVIDIA
Explore
Models
Skills
Blueprints
GPUs
Docs
Help Center
Getting Started
  1. Create and verify your account to unlock full access to NVIDIA NIM APIs.
ResourcesDeveloper ForumsContact Support
FAQs
  • 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
    • Build Knowledge Graphs with txt2kg
    • Optimized JAX

    tools

    • DGX Dashboard
    • RAG Application in AI Workbench
    • Set up Tailscale on Your Spark
    • VS Code
    • Connect Three DGX Spark in a Ring Topology
    • Connect Multiple DGX Spark through a Switch

    fine tuning

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

    use case

    • Run Hermes Agent with a Local LLM
    • cuTile Kernels
    • CLI Coding Agent
    • Run NemoClaw with a Local LLM
    • 🦞 Set Up Example NemoClaw Agents 🦞
    • Live VLM WebUI
    • Install and Use Isaac Sim and Isaac Lab
    • Vibe Coding in VS Code
    • Build and Deploy a Multi-Agent Chatbot
    • Connect Two Sparks
    • NCCL for Multiple Sparks
    • Build a Video Search and Summarization (VSS) Agent
    • Spark & Reachy Photo Booth
    • Secure AI Agents with OpenShell
    • Run OpenClaw with a Local LLM

    inference

    • Generate Images and Videos with ComfyUI
    • Serve LLMs with vLLM
    • Speculative Decoding
    • Run models with llama.cpp on DGX Spark
    • Nemotron Model Family on DGX Spark
    • Serve LLMs with SGLang
    • TRT LLM for Inference
    • Quantize Models to NVFP4 with NVIDIA Model Optimizer
    • Multi-modal Inference
    • NIM on Spark
    • LM Studio on DGX Spark

    Set up Tailscale on Your Spark

    30 MIN

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

    • DGX
    • Spark
    OverviewOverviewInstructionsInstructionsTroubleshootingTroubleshooting

    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
    • DGX Spark User Performance Guide
    Terms of Use
    Privacy Policy
    Your Privacy Choices
    Contact

    Copyright © 2026 NVIDIA Corporation