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
- 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)
Fill the information and click on the Quickconnect
button. Then you will be asked for additional permission, click the the ok button.
You need to expose 22
port from your vps security group.
- Connect to the server with ssh key/pem key:
Follow the official video
Upload Logo
Please see the following video to upload your logo with FileZilla.
Logo must be .png
format and name logo.png
and size is 225x40
px.
-
Stop Server, if it is running For pm2:
pm2 stop <project_name>
and fornpm
:Ctrl + C
-
Delete the default logo Delete the default logo
logo.png
from thepublic/assets
folder. -
Upload your logo Upload your logo with the name
logo.png
to thepublic/assets
folder. Follow the video for better understanding.
Then restart the server to see the changes.
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