> For the complete documentation index, see [llms.txt](https://dev.solid-run.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.solid-run.com/solidsense/solidsense-software/other-software-articles/ssh-ftp-access-to-solidsense-gateway.md).

# SSH / FTP access to SolidSense gateway

{% hint style="warning" %}
The documentation for SolidSense software is not maintained by SolidRun and the information herein is not actual with the latest version of the software, please contact our partner [SolidSense Connect](https://solidsense-connect.com/) who is now developing the SolidSense software. [Here](https://github.com/solidsense-connect/solidsense-connect-gateway/wiki) is the Solidsense-Connect WiKi documentation page.
{% endhint %}

#### SSH Access

For specific operations it can be useful to have a direct SSH to the gateway. This is also the case for users that wants to add their specific applications or configuration. In most of the case SSH access can be possible only through LAN access. WAN are generally using firewalls and NAT that are making the direct SSH login on the gateway impossible. However, there are some possibilities that are explained here [Using Remote.it to access SolidSense gateway](/solidsense/solidsense-software/other-software-articles/using-remoteit-to-access-solidsense-gateway.md)

The first step is to know your network configuration, the simplest is to get it via Kura ([Configuring SolidSense networking with Kura](/solidsense/solidsense-software/kura/configuring-solidsense-networking-with-kura.md) )

With the default gateway configuration the simplest is to use the WiFi access point:

* SSID => gateway serial number
* passphrase => ‘testKEYS’
* IP => 172.16.1.1

Then you need to have the SSH credentials to access to the gateway that can requested to [SolidRun support](mailto:solidsense-support@solid-run.com). Then you have the access to the gateway via SSH . There is no root access, but the default user is an sudoer.

#### FTP access

**it shall be noted the sftp is also available from version 0.911 on. So you can use tools like FileZilla to transfer files from and to the gateway.**

Warning only the sftp protocol is supported by the default configuration so the host shall be specified as for instance sftp\://172.16.1.1


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.solid-run.com/solidsense/solidsense-software/other-software-articles/ssh-ftp-access-to-solidsense-gateway.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
