Skip to main content

Logo Upload

The I will show how to upload your website logo with FileZilla. Please follow the below video to upload your logo.

Prerequisites

  • Previous steps

Guides

You can also add logo in the git repository and clone it to the server. But we will show you the most common way to upload your logo with FileZilla.

Download FileZilla & Install

Download FileZilla Client and Install it on your computer.

Connect to the Server

  1. Connect to the server with password:

To connect with FileZilla, you need to enter the following information:

Host: Your server IP address.
Username: Your server username.
Password: Your server password.
Port: Port number (always is 22)

FileZilla

Fill the information and click on the Quickconnect button. Then you will be asked for additional permission, click the the ok button.

info

You need to expose 22 port from your vps security group.

  1. Connect to the server with ssh key/pem key:

Follow the official video

Please see the following video to upload your logo with FileZilla. Logo must be .png format and name logo.png and size is 225x40px.

  • Stop Server, if it is running For pm2: pm2 stop <project_name> and for npm: Ctrl + C

  • Delete the default logo Delete the default logo logo.png from the public/assets folder.

  • Upload your logo Upload your logo with the name logo.png to the public/assets folder. Follow the video for better understanding.

Then restart the server to see the changes.

warning

When you upload your logo, favicon, you need to restart the server, if the the server is running.

# For `pm2`
pm2 restart <project_name>

# For `npm`

Ctrl + C
# then
npm start