Klipper Installation for Anycubic Vyper
  • Introduction
    • Before You Begin
    • What You Need
  • Setting Up Your Raspberry Pi
    • Installing Mainsail
    • Configuring WiFi Settings
    • Finding Your IP Address
    • Raspberry Pi Software Configuration Tool
      • Changing the Default Password
      • Changing the Hostname
      • Changing the Localisation Options
  • Klipper Firmware
    • Klipper Firmware Creation
    • Klipper Firmware Flashing
  • Printer Configuration File
  • Configuration Checks
    • Verify Temperatures
    • Verify M112
    • Verify Heaters
    • Verify Stepper Motor Enable Pin
    • Verify Endstops
    • Verify Stepper Motors
    • Verify Extruder Motor
    • Verify Filament Runout Sensor
    • Verify LED Light
  • Initial Tuning
    • Calibrate Probe Z Offset
    • Calibrate Bed Mesh
    • Calibrate PID Settings
  • Macros and Slicer
    • Macros
      • Simplify3D Settings
    • Making Prints
      • Determining Thermal Expansion
  • Advanced Tuning
    • Resonance Compensation
    • Pressure Advance
Powered by GitBook
On this page
  1. Setting Up Your Raspberry Pi
  2. Raspberry Pi Software Configuration Tool

Changing the Hostname

PreviousChanging the Default PasswordNextChanging the Localisation Options

Last updated 3 years ago

If you have more than one 3D printer and plan on running Klipper on them all, I would recommend that each instance have their own unique 'hostname'. You can change the 'hostname' to whatever you want, for this example I will change the default hostname from 'mainsailos' to 'mainsailos2'.

The hostname is important in the even your IP address changes (DHCP lease time expires) and you want to ping the hostname like in the section.

  • From the Raspberry Pi Software Configuration Tool menu;

    • Select System Options and press Enter;

    Use the arrow keys on your keyboard to navigate the Raspberry Pi Software Configuration Tool menus.

  • Select S4 Hostname and press Enter;

  • Read the message displayed advising which parameters are acceptable for a 'hostname';

    • Select OK to continue;

  • At the 'Please enter a hostname' screen;

    • Enter the name you want for your hostname eg. mainsailos2

    • Select Ok to continue;

The new 'hostname' will not update until you reboot the Raspberry Pi, you can do this after all of the changes have been made.

After clicking <Ok> above, it should return you to the Raspberry Pi Software Configuration Tool main menu. If it closes the Configuration Tool, type sudo raspi-config and when prompted enter your new password.

Finding Your IP Address
Raspberry Pi Software Configuration Tool - Main Menu
Hostname
Hostname Information
New Hostname
Raspberry Pi Software Configuration Tool - Main Menu