EN
EnglishChineseFrenchSpanishRussian
  • 🐾Introduction
    • â›Šī¸Drc-20 : Introduction
      • Debunking Myths and Navigating Standards
    • 📏Drc-20 : Basis Rules
      • 💰Balance Fetching
      • 💸Balance Transfer
      • â˜‘ī¸Verify Transfers
      • 🔄Redundancies
    • đŸ—ī¸Drc-20 : Operations
      • 🚀Deploy
      • â›ī¸Mint
      • 🔰Transfer
  • 📗BEGINNER GUIDE
    • 💎How to : Find GEMS
    • âš–ī¸How to : Check your balance
    • đŸļHow to : Install DogeLabs Wallet
    • 👛How to : Create or Import your Wallet
    • 💲How to : Fund your DOGE Wallet
    • 💰How to : Buy DRC-20 Tokens
      • DRC-20.org guide
      • Doggy.market guide
    • 💸How to : Sell DRC-20 Tokens
    • â†”ī¸How to : Transfer assets (wallet to wallet)
    • đŸ”ĨHow to : Fix 99.99% of Issues
    • đŸ§¯How to : Fix the remaining 00.01% if unlucky
    • 💟Donation
  • 📕EXPERT GUIDES
    • đŸļHow to : Mint (VPS)
      • Inscription-wallet, on a VPS
        • Install PuTTY
        • Connect to Your VPS Using PuTTY
        • Setting Up the Environment
        • Minting DRC-20 Tokens Environment
        • Minting Your First DRC-20 Tokens
      • Inscription-wallet, on Windows
    • đŸšĻHow to : Verify my JSON File
    • 🐇How to : Quick Mint (∞)
      • Infinite loop version (EASY)
      • Infinite loop version (MEDIUM)
  • 📘RESSOURCES
    • đŸĒ›Node : Command list
    • 🌐External : Links
  • OTHERS
    • 👋Terms & Conditions
Powered by GitBook
On this page

Was this helpful?

  1. EXPERT GUIDES
  2. How to : Mint (VPS)
  3. Inscription-wallet, on a VPS

Connect to Your VPS Using PuTTY

PreviousInstall PuTTYNextSetting Up the Environment

Last updated 1 year ago

Was this helpful?

After launching PuTTY, you're ready to connect to your VPS. Follow these steps:

  1. Host Name: Enter the IP address of your VPS in the 'Host Name (or IP address)' field.

  2. Port: Leave the 'Port' field as 22, which is the default port for SSH connections.

  3. Connection Type: Make sure 'SSH' is selected as the connection type.

  4. Save Session: If you want, you can save this configuration for future use so you won't have to fill in the IP address again. To do this, enter a name for this session in the 'Saved Sessions' field and click 'Save'.

  5. Open Connection: Finally, click on the 'Open' button to establish the connection.

Please refer to the image below for a visual guide on these steps:

After clicking 'Open', a terminal window should appear. This is where you will enter your login credentials to access your VPS.

  1. Username: When prompted for the username, enter it. The default username for most systems is 'root'.

  2. Password: After entering the username, you'll be prompted for your password. Enter the password you set when you created your VPS.

When you type the password, no characters will appear in the terminal window. This is a security feature to prevent anyone from seeing your password as you type it.

Also note that you can't use the right-click function to paste the password. Instead, simply right-click your mouse once to paste the password and then press the 'Enter' key.

Congratulations! You are now connected to your VPS!

In the next steps, we will walk you through how to install everything to mint with your VPS !

📕
đŸļ