🤖
Bot-Hosting.net Wiki
  • Bot-Hosting.net Wiki
  • Guides
    • Hosting your first bot
    • Cloning a Git repository on your server
    • Connecting to your server's files with SFTP
    • Linking a domain to your server
  • Common Issues
    • Cannot find module / Cannot open file error on startup
    • Sqlite Installation Issues
Powered by GitBook
On this page
  • Downloading an SFTP client
  • Getting your SFTP connection details
  1. Guides

Connecting to your server's files with SFTP

SFTP is a popular protocol for connecting to a server's files and uploading/downloading files. It is a great way to manage files and upload your files from your PC.

PreviousCloning a Git repository on your serverNextLinking a domain to your server

Last updated 1 month ago

You can use an SFTP client to connect to your server on bot-hosting.net and manage it's files.

Downloading an SFTP client

The first thing you will need to do is download an SFTP client, which is used for connecting to the SFTP server and managing the files. This guide will use screenshots from WinSCP, but you can also use FileZilla. Download links:

  • (Windows only)

Once downloaded, install the client you have chosen.

Getting your SFTP connection details

To connect to the SFTP server you will need your connection details. On the control panel, go on the settings tab of your server

If you have an SFTP client installed you can click Launch SFTP and it will start your SFTP client with the details entered.

If your SFTP client does not launch for whatever reason, you can always start it yourself and copy and paste the connection details in (remember the number after the : at the end is the port, and the bit before it is the host, i.e. in this example example.bot-hosting.net is the host and 2022 is the port).

Once all the details have been entered, you can connect. You may be prompted to accept the server's keys with a warning that you haven't connected to this server before, in which case you should click yes. The warning may look as follows:

You should then connect and be able to manage your files, being able to copy files over from your PC and use the upload & download functions.

You will then need to get your SFTP password, which can be generated on the of the client panel.

settings page
WinSCP
FileZilla