Projects STRLCPY pikvm Commits 0a855528
🤬
  • ■ ■ ■ ■ ■ ■
    docs/first_steps.md
    skipped 2 lines
    3 3  ## First power on
    4 4   
    5 5  !!! warning
    6  - For v2 DIY owners, please follow this [first](https://github.com/pikvm/pikvm)<br />
    7  - For v3 HAT OR Pre-Assembled Users, please follow this [first](https://docs.pikvm.org/v3/)
    8  - For both to work and display a video, your target system needs to be configured for the following:
    9  - 1920x1080p50Hz (In some rare instances, try 30hz)
    10  - 1600x1200p60Hz
    11  - 1280x720p60Hz
     6 + - v2 DIY owners: Please follow this [first](https://github.com/pikvm/pikvm)<br>
     7 + - v3 HAT *or* pre-assembled users: Please follow this [first](https://docs.pikvm.org/v3/)<br>
     8 + - For both to work and display a video, your target system needs to be configured for the following:<br>
     9 + 1920x1080p50Hz (In some rare instances, try 30hz)<br>
     10 + 1600x1200p60Hz<br>
     11 + 1280x720p60Hz<br>
    12 12  
    13 13   
    14 14   
    skipped 21 lines
    36 36  **Power up the device.**
    37 37   
    38 38  !!! warning "Do not turn off the device until it's fully booted for the first time"
    39  - After turning on the power, PiKVM OS will generate unique SSH keys and certificates and will perform the necessary operations on the memory card.
     39 + After turning on the power, PiKVM OS will generate unique SSH keys and certificates and will perform all necessary operations on the memory card.
    40 40   
    41 41  ## Getting access to PiKVM
    42 42   
    skipped 12 lines
    55 55  For future examples, let's assume that your PiKVM has received the address **192.168.0.100**, which you have successfully detected using the instructions above. Then your device was assigned a hostname: **pikvm**.
    56 56   
    57 57  ??? example "Access to PiKVM Web Interface"
    58  - In MOST networks you should be able to reach PiKVM via any browser with the URL `https://192.168.0.100/` OR `https://pikvm/`. Google Chrome (Chromium), Firefox and Safari work best with 0 extensions enabled, if one works but the others do not, this is a browser/extension issue. Its advised you use Private window or Incog mode. Microsoft Edge and Internet Explorer are not supported.
     58 + In *most* networks you should be able to reach PiKVM via any browser with the URL `https://192.168.0.100/` OR `https://pikvm/`. Google Chrome (Chromium), Firefox and Safari work best with 0 extensions enabled, if one works but the other does not, this might be a browser/extension issue. Its advised you use private window or incognito mode. Internet Explorer and the pre-Chromium version of Microsoft Edge are not supported.
    59 59   
    60  - **The default user is `admin`, the password is also `admin`, and no 2FA code.** After logging in, you will get access to the menu with the main functions. Using the Web terminal, you can change system settings and passwords.
     60 + **The default user is `admin`, the password is also `admin`, and no 2FA code.** After logging in, you will get access to the menu with the main functions. Using the Web Terminal, you can change system settings and passwords.
    61 61   
    62  - *The latest versions of Chrome on Mac OS do not allow access to the page with a self signed certificate, which is used in PiKVM by default. You can proceed by typing `thisisunsafe` and Chrome will then load the page.*
     62 + *The latest versions of Chrome on Mac OS do not allow access to the page with a self-signed certificate, which is used in PiKVM by default. You can proceed by typing `thisisunsafe` and Chrome will then load the page.*
    63 63   
    64 64  ??? example "Access to PiKVM via SSH"
    65 65   SSH is the most common remote access method in the Linux world. PiKVM is accessible via SSH. This method is used to manage the device:
    skipped 36 lines
    102 102   
    103 103  ## Configuring PiKVM
    104 104   
    105  -Most of the PiKVM settings are done through configuration files. All configuration changes must be made from under the `root` user (that is, the administrator).
     105 +Most of the PiKVM settings are done through configuration files. All configuration changes must be made from under the `root` user (= the administrator).
    106 106   
    107 107  !!! tip "Obtaining root access"
    108 108   * If you have logged in via SSH, then most likely you are already `root`.
    skipped 77 lines
Please wait...
Page is in error, reload to recover