Linux Headless Installation
Guide to Installing Multiple Computers to Your Fluxcore Account
Prerequisites:
You must have an SSO (Single Sign On) account already on Fluxcore or Fluxedge.
Overview: You can use Ansible or a custom script to install several machines at once. This guide covers the installation process for a single computer without scripts.
Important Note:
You will not receive a password for your machine using this method, meaning you cannot share the machine with multiple accounts.
Step-by-Step Installation
Bind Your Machine to Your SSO Account
Run the following command to bind your machine to your SSO account:
The -cluster default flag makes you join the cluster after the setup has finished.
Replace
192.168.1.100
with your machine's local IP address and[email protected]
with your registered email address.After running this command, your machine should appear on your Fluxcore dashboard, which can be accessed locally or remotely through your local network.
Change the Owner Email of a Machine (if needed)
If you need to change the owner email of your machine, use the following command:
Ensure that the new email address you are replacing with is associated with an SSO account on Fluxcore or Fluxedge.
Last updated