Support Center
How can we help you?
Connect to Your Mac
After renting a Mac mini, you can connect remotely via SSH or VNC. All connection details are available in the instance panel of the console.
1
Get Connection Info
Log in to the console, go to "My Instances", find your device, and copy the public IP and SSH port.
Log in to the console, go to "My Instances", find your device, and copy the public IP and SSH port.
2
with actual values):
Open a terminal and run the following command (replace
Open a terminal and run the following command (replace
IP and PORT with actual values):
ssh admin@IP -p PORTYour initial password has been sent to your registered email. Please change it after your first login.
3
VNC Remote Desktop
Click the "Remote Desktop" button in the console to open the macOS GUI directly in your browser — no client installation required.
Click the "Remote Desktop" button in the console to open the macOS GUI directly in your browser — no client installation required.
Make sure the instance status is "Running" and check if your local network or firewall is blocking the port. If the issue persists, submit a ticket via the console.
After connecting, run the
passwd command in the terminal. We recommend using a strong password with uppercase, lowercase, and numbers.Mirror Acceleration Setup
LlmMac Mac minis come pre-configured with dedicated acceleration mirrors, significantly speeding up downloads for Homebrew, npm, pip, Docker, and other tools.
1
at the end:
The system is auto-configured and usually requires no manual setup. To manually specify, add to
The system is auto-configured and usually requires no manual setup. To manually specify, add to
~/.zshrc at the end:
export HOMEBREW_API_DOMAIN="https://mirrors.LlmMac.com/homebrew-bottles"
2
npm / pnpm Acceleration
npm config set registry https://mirrors.LlmMac.com/npm/
3
pip / uv Acceleration
pip config set global.index-url https://mirrors.LlmMac.com/pypi/simple
Yes, all pre-installed systems include LlmMac's dedicated acceleration mirrors. You can also manually configure our mirror address in
.zshrc for the fastest experience.Edit
/etc/docker/daemon.json, add "registry-mirrors": ["https://mirrors.LlmMac.com/docker"], then restart the Docker service.OpenClaw Guide
OpenClaw is a lightweight automation tool from LlmMac for pulling AI models, dependencies, and managing build caches on remote Macs with a single command.
1
After connecting via SSH, run:
After connecting via SSH, run:
After connecting via SSH, run:
curl -fsSL https://get.LlmMac.com/openclaw | bash
2
Pull AI Models
openclaw pull llama3:8b openclaw pull stable-diffusion-xl
3
CI Integration
In GitHub Actions / GitLab CI, add OpenClaw's pull command to your workflow to automatically sync the latest model version before each build.
In GitHub Actions / GitLab CI, add OpenClaw's pull command to your workflow to automatically sync the latest model version before each build.
We provide 100% dedicated Apple M4 physical machines. This means no hypervisor overhead — you get full hardware performance and 100% disk I/O.
Currently supports GGUF, SafeTensors, ONNX, and other major formats, with more being added. See the official OpenClaw documentation for the full list.
Payment Methods
LlmMac supports multiple international payment methods. All transactions are securely processed via Stripe — we never store your card details.
✓
Credit / Debit Card
Supports Visa, Mastercard, American Express, and other major cards. Payment takes effect instantly.
Supports Visa, Mastercard, American Express, and other major cards. Payment takes effect instantly.
✓
USDT / Crypto
When you purchase or renew, you can pay with USDT (e.g. TRC20) or other supported cryptocurrencies at checkout. No prepaid balance on your account is required.
When you purchase or renew, you can pay with USDT (e.g. TRC20) or other supported cryptocurrencies at checkout. No prepaid balance on your account is required.
Check that your card details are correct and that you have sufficient funds. Verify your issuer doesn't restrict international transactions. If it keeps failing, try a different payment method or contact support.
Billing is based on your subscription plan cycle, starting from the order creation time. View detailed billing in the console under "Order Management".