[ENG] Runyour AI
HOMEDISCORD
  • Direct Link to runyourAI
  • 🎉Welcome to Runyour AI
  • 🌠What's New
    • v1.7.2 (2024.10.21)
    • v1.7.0 (2024.10.07)
    • v1.6.2 (2024.09.24)
    • v1.6 (2024.08.20)
    • v1.5 (2024.07.11)
    • v1.4 (2024.06.17)
    • v1.3 (2024.05.29)
    • v1.2 (2024.04.17)
    • v1.1 (2024.04.01)
    • v1.0 (2024.03.04)
  • ❓FAQ
  • ☎️Contact
  • [Start runyour AI]
    • Create an Account
    • Manage an Account
  • [GPU Cloud]
    • Machine List
    • Machine Rental
      • Hourly Plan
        • Recharge Points
        • Hourly Plan Machine Rent
        • Hourly Plan Machine Stop and Return
      • Monthly Subscription Plan Machine
        • Card Register
        • Monthly Subscription Plan Rent
        • Monthly Subscription Plan Stop and Return
  • [Dev Cloud]
    • How to Use
      • Machine Rental
      • Machine Usage
      • Machine Return
  • [Reserved Cloud]
    • How to Use
      • Request a Quote
      • Machine Usage
  • [Utilize Storage]
    • Storage List
    • Hourly Storage
      • Create an Hourly Storage
      • Link an Hourly Storage
    • Long term Storage
      • Create a long-term Storage
      • Link a long-term Storage
  • [Tutorial]
    • Remote Access via SSH (common)
    • Using Stable-diffusion
    • Using Jupyter AI Labs
    • File Transfer Between Machines-Users
    • Handling Errors When Connecting to Machines
    • Fixing PEM Key File Permission Issues
  • [Register Machines]
    • Machine Registration Requirements
    • Register a Machine
    • Manage a Machine
    • Profit Withdrawal
  • [Terms and Conditions]
    • Terms and Conditions
      • Terms_Consumers
      • Terms_Suppliers
      • Privacy Policy
Powered by GitBook
On this page
  • Step 1. Machine Rental / Template Selection
  • Step 2. SSH Remote Access
  • 1. Enter the SSH Access information
  • 2. Enter SSH Password
  1. [Tutorial]

Remote Access via SSH (common)

Connect to GPU instance remotely with ease using the guide!

PreviousLink a long-term StorageNextUsing Stable-diffusion

Last updated 10 months ago

What is SSH(Secure Shell)?

It is a protocol to safely access to the other computer through the network.

It provides diverse functions such as remote log-in, remote command execution, safe tunneling of different network service, etc.

Runyour AI provides SSH Access function to remotely access the GPU instance and utilize diverse templates.

What are the benefits of using SSH remote access?

✔️ Protection of data transmission through encryption technology

✔️ Enhanced utilization of other network services through secure tunneling

✔️ Easy remote GPU instance usage in a VM environment with simple input

Take advantage of Stable Diffusion now with the templates provided by Runyour AI!


Step 1. Machine Rental / Template Selection

  • When you select the desired machine from the GPU Cloud list, you will move to the template selection stage. Choose a template and click the "Rent" button at the top. (Please check if SSH is supported.)

  • You can check the rented machine on the My Page > Dashboard.

Step 2. SSH Remote Access

  • Click the 'Check access information' button on the rented machine page top left.

SSH Access info is the form of the following code. Click the right copy button.

ssh [username]@machine.runyour.ai -p [port_number]

1. Enter the SSH Access information

1) In case of accessing with the general terminal

Enter the following code on the terminal.

ssh [username]@machine.runyour.ai -p [port_number]

2) In case of accessing by running WebUI through the user's local computer browser (Port Forwarding)

In case of stable-diffusion-webui, it runs on port 7860 on the respective machine.

ssh -L 8888:localhost:8888 [username]@machine.runyour.ai -p 30001
  • The -L 8888:localhost:8888 option connects the template running on port 8888 of the rented machine to your local computer.

2. Enter SSH Password

If the connection information is correct, you will be prompted to enter the password. (Note: When entering the password, it will not be displayed on the screen.)

password: [Enter the password you found by clicking "Open Development Environment" when renting the machine, or paste it here]
  • For Windows OS, you might not be able to use Ctrl+V in the terminal. Instead, right-click inside the terminal to paste the password.

SSH Access info and SSH Password are provided.