Documentation

Add Device modal in LM Link
To begin using LM Link, add an additional device to the link:
Once LM Link is enabled, your devices will connect to each other automatically.
To add a headless machine, connect remotely by using llmster in the terminal:
llmster on the headless machinecurl -fsSL https://lmstudio.ai/install.sh | bash
lms login
lms link enable
Your devices will automatically discover each other over the link, and your headless machine will immediately appear on the LM Link page for your other device. Once connected, models from remote machines will appear locally for loading and inference.

Load models on remote devices with LM Link
When using LM Link, the model loader shows both local models and remote models on linked devices.
You can filter the model loader to display only local or remote models, or to display all available models at once. Remote models can be loaded and configured with the same familiar controls, either in the GUI or by using lms in the terminal.
If you have the same model on multiple devices, they will show up as separate entries, with the associated device name identified. If you are loading models via API/SDK, you can set a preferred device to specify which device to load the model from when multiple options are available.
Using LM Studio’s parallel requests, you can also serve multiple clients simultaneously across your LM Link network.
This page's source is available on GitHub
On this page
Add a new device
Machines with GUI
Machines without GUI
Load models on remote machines