Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| blocks:server:proxmox [2025-09-10 18:07] – created admin | blocks:server:proxmox [2025-09-10 19:31] (current) – admin | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| - Enter your domain name, or make something up if you don't have one | - Enter your domain name, or make something up if you don't have one | ||
| - Enter your desired root password | - Enter your desired root password | ||
| - | - Enter a user name, such as your own name | + | - Enter a user name, such as your own name. Do not use the name " |
| - | Do not use the name " | + | |
| - Enter the password for this user | - Enter the password for this user | ||
| - When asked to " | - When asked to " | ||
| Line 77: | Line 76: | ||
| - Type the password you chose while installing the OS | - Type the password you chose while installing the OS | ||
| ====Removing CD-ROM from the list of repositories==== | ====Removing CD-ROM from the list of repositories==== | ||
| - | | + | Enter the following command to edit the list of repositories |
| - | nano / | + | < |
| + | nano / | ||
| + | </ | ||
| - Type a # sign at the beginning of the line containing " | - Type a # sign at the beginning of the line containing " | ||
| - Press Ctrl-O followed by the Enter key to save the file | - Press Ctrl-O followed by the Enter key to save the file | ||
| - Press Ctrl-X to exit the editor | - Press Ctrl-X to exit the editor | ||
| - | - Type the following command to install the sudo utility | + | - Type the following command to install the sudo utility |
| - | apt install sudo | + | < |
| - | | + | |
| ====Installing Blocks ==== | ====Installing Blocks ==== | ||
| - | While logged in as root, follow the instructions under " | + | While logged in as root, follow the instructions under [[https:// |
| - | | + | |
| - Start with the command //sudo apt update// | - Start with the command //sudo apt update// | ||
| - Proceed with the remaining commands | - Proceed with the remaining commands | ||
| Line 93: | Line 92: | ||
| - Enter the desired password for this user | - Enter the desired password for this user | ||
| - Obtain the IP address of your Blocks server by typing //ip a// | - Obtain the IP address of your Blocks server by typing //ip a// | ||
| - | - Make a note of the IP address shown for the en-something interface | + | - Make a note of the IP address shown for the en-something interface |
| ====Using a Physical USB license key==== | ====Using a Physical USB license key==== | ||
| - | - Plug your USB license key to a USB port on the VM host computer | + | |
| - Select " | - Select " | ||
| - | - Select " | + | - Select " |
| - | | + | {{ : |
| + | In the dialog box, select "Use USB Vendor/ | ||
| + | {{ : | ||
| - Select WIBU-SYSTEMS AG CodeMeter-Stick" | - Select WIBU-SYSTEMS AG CodeMeter-Stick" | ||
| - Click Add | - Click Add | ||
| + | |||
| ==== Using a cloud-based Blocks license ==== | ==== Using a cloud-based Blocks license ==== | ||
| Transfer the license file to the blocks user's home directory using a command like this: | Transfer the license file to the blocks user's home directory using a command like this: | ||
| - | < | + | < |
| - | scp < | + | |
| - | </ | + | |
| After logging in as the blocks user (see below), run the following command to install the license: | After logging in as the blocks user (see below), run the following command to install the license: | ||
| - | < | + | < |
| - | cmu --import --file < | + | |
| - | </ | + | |
| - Return to the Console view | - Return to the Console view | ||
| - Follow the instructions under " | - Follow the instructions under " | ||
| - Log in as the blocks user directly in the Console or | - Log in as the blocks user directly in the Console or | ||
| - Connect as the blocks user over SSH from another computer | - Connect as the blocks user over SSH from another computer | ||
| - | < | + | < |
| - | ssh blocks@< | + | |
| - | </ | + | |
| Verify that your license has been connected | Verify that your license has been connected | ||
| - | < | + | < |
| - | cmu -l | + | |
| - | </ | + | |
| - Make sure your license' | - Make sure your license' | ||
| - Enable and start Blocks using this command | - Enable and start Blocks using this command | ||
| - | < | + | < |
| - | systemctl --user enable --now blocks | + | |
| - | </ | + | |