Viewing Your Ruby Version Via SSH Updated on September 7, 2023 by InMotion Hosting Contributor 0 Minutes, 39 Seconds to Read Now that Ruby is available on shared servers, you may need to know what version is available. In this tutorial we will show you how to see the Ruby version running on your server, by using a command in SSH. How to View your Ruby Version in SSH Login to your server via SSH. Run the following command: ruby -v You will then see a response similar to the following: ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu] Congratulations, now you know how to view your version of Ruby via SSH! In the next Ruby guide, we will show you how to install a Gem via SSH. To continue learning, see the Official Ruby Guides. Code Academy is also a good source for learing to Ruby. Learn more information on Ruby Hosting. Share this Article IC InMotion Hosting Contributor Content Writer InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals! More Articles by InMotion Hosting Related Articles How to SSH Into Your Shared/Reseller Server SSH Commands: The Practical Guide for Developers and Site Owners How to Connect to Your Server with SSH How to Use SCP For Secure File Transfer A Complete SSH Tutorial for Beginners How to Connect to Your Server via SSH How to View MariaDB Databases Using the Command Line How to Add SSH Keys to Your GitHub Account How to Change Directories using SSH Commands Viewing Running Processes on your Dedicated Server