# Installation via composer ## Learn how to install the Ratepay module on your OXID 6 via composer 1. Connect via ssh to the server where you find your shop installation and it's **vendor** folder. 2. Install the Ratepay Payment Plugin by executing the following command: ```php composer require ratepay/oxid6-payment ``` ...go ahead by reading the [Setup and activation](/docs/developer/shop_modules/oxid/get_started/setup/setup_and_activation/) instructions.