- Connect to your web host, then click the “New Terminal Console” button.
![](https://i0.wp.com/codenerdalert.com/wp-content/uploads/2022/04/cpan-install-firebase-launch-SSH-1.png?resize=640%2C651)
2. Type “cpan” at the command prompt:
![](https://i0.wp.com/codenerdalert.com/wp-content/uploads/2022/04/cpan.png?resize=640%2C155)
3. If cpan requires configuration, select “local::lib” by pressing enter, or sudo if you have permission for the server. In my instance, my web host does not allow sudo.
![](https://i0.wp.com/codenerdalert.com/wp-content/uploads/2022/04/cpan2.png?resize=640%2C318)
4. Once cpan finishes configuration, note the line that reads “PERL5LIB=/” (you will need this string later), then type “install Firebase” at the prompt.
![](https://i0.wp.com/codenerdalert.com/wp-content/uploads/2022/04/cpan-install-firebase2.png?resize=640%2C259)
5. The installer will run through a very long list of items, then when it’s done type “exit” to leave CPAN.