Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Brute forcing attempts for sftp access?

    Solved Support
    8
    1 Votes
    8 Posts
    876 Views
    girishG
    @thoresson yes. If you have a Cloud firewall, you can also whitelist just your IP for port 222.
  • Possibility to close port 222

    Solved Support
    3
    1 Votes
    3 Posts
    323 Views
    M
    @girish ah ok, thanks, will try that!
  • Cloudron shows domain setup page after a possible crash

    Solved Support
    6
    1 Votes
    6 Posts
    488 Views
    girishG
    The full solution is : First run (as-is): mysql -uroot -ppassword box -e "delete from blobs where id='sftp_private_key' OR id='sftp_public_key'" Then, /home/yellowtent/box/setup/start.sh to complete the migrations Then, systemctl restart box
  • cant sftp into dev wordpress

    Solved Support
    10
    0 Votes
    10 Posts
    885 Views
    chrisC
    Thank you @girish - yes. that worked! I can sftp into the app And i am so glad you took the time to review and fix the issue.
  • Filemanager broken after running out of disk space

    Solved Support
    4
    1 Votes
    4 Posts
    260 Views
    girishG
    @m3pilot not sure what's happening here, something seems totally wrong (like some mismatched node version). Are you able to contact us on support@cloudron.io to debug this further?
  • sftp is not enough

    Solved Support
    14
    0 Votes
    14 Posts
    1k Views
    girishG
    @roofboard that makes sense. I would personally not throw in a ssh key into a CI/build system either I guess you are looking for a cloudron sync or something from the CLI tool. I guess this is possible to implement. Can you open a feature request at https://forum.cloudron.io/category/97/feature-requests ?
  • SFTP Public Key?

    Solved Support
    11
    +0
    1 Votes
    11 Posts
    2k Views
    T
    @subven so what kind of volume is it for paperless? Sorry really would love to know, also having a ads-1700W
  • remote file access

    Unsolved Support
    5
    0 Votes
    5 Posts
    928 Views
    R
    @roofboard Hmmm I am looking at Rclone It appears to be the backend that many file sync apps like google drive use to "do the magic" This may be a part of the better solution for folder synchronization...
  • SFTP Access denied

    N8N
    6
    +0
    0 Votes
    6 Posts
    1k Views
    M
    The solution is to add the filename to the path: In my case: /consume/file.pdf
  • SFTP port 222 not working, Firewall UFW was inactive

    Solved Support
    15
    1 Votes
    15 Posts
    2k Views
    girishG
    @Aizat This was a bug in the restore code . I have fixed this now for the next release - https://git.cloudron.io/cloudron/box/-/commit/529f6fb2cd945fb5cbba30ae10dfb3776b0150b2
  • SFTP access for LAMP app

    LAMP
    10
    0 Votes
    10 Posts
    1k Views
    girishG
    @3246 Strange indeed. I can't quite make out what the issue is. Can you drop a mail to support@cloudron.io with SSH access and I can try to debug?
  • SFTP timing out during tv series uploading.

    Solved Jellyfin
    6
    0 Votes
    6 Posts
    916 Views
    P
    @nebulon and @girish I am not proxying, nor using Cloudflare for my server. Which, security wise is probably very stupid. but recently I have been able to upload a 10gig file and I have been slowly adding to my collection. You can mark as resolved if desired, but I will report back if it fails again
  • Auto create symlink

    Support
    7
    +0
    0 Votes
    7 Posts
    870 Views
    girishG
    FileZilla has a Site Manager (File -> Site Manager). You can create named sites. [image: 1632330490163-0cf9295b-7d1c-456b-bec6-64c9cb83bf06-image.png]
  • Client user locked out of SFTP?

    Solved Support
    3
    0 Votes
    3 Posts
    585 Views
    jordanurbsJ
    @girish said in Client user locked out of SFTP?: explicity - Services -> SFTP ahhh ok thanks!
  • SFTP to Wordpress Developer

    WordPress (Developer)
    9
    0 Votes
    9 Posts
    1k Views
    D
    @robi Oh..... well that went way over my head.
  • Cannot access using SFTP

    Solved WordPress (Developer)
    4
    +2
    0 Votes
    4 Posts
    780 Views
    jdaviescoatesJ
    @girish yeah, you have to put sftp:// when using the quickconnect because the default for that is just ftp (although I wonder if that can be changed in the settings... I've not looked...) When just adding a new site in the Site Manager there is just a dropdown and you don't have to type sftp://
  • cloudron file manager not opening files

    Solved Support
    4
    0 Votes
    4 Posts
    632 Views
    GrienauerG
    thx! @girish restarting the sftp service helped… on the overview there was no error. in the chrome dev tools /console I get still errors btw: multiple 4040 like: DevTools failed to load SourceMap: Could not load content for URLHIDDENHERE/3rdparty/js/showdown.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE and also angular js error: angular.js:13920 ReferenceError: monaco is not defined
  • SFTP connects to 202 but not 222

    Solved Support
    8
    0 Votes
    8 Posts
    1k Views
    girishG
    @Aizat Let's discuss at https://forum.cloudron.io/topic/6719/sftp-port-222-not-working-firewall-ufw-was-inactive
  • 1 Votes
    8 Posts
    4k Views
    fbartelsF
    @jodumont yes. Samba is the only protocol on your list that is really made to be mounted locally. Personally I would try to avoid having to rely on php for access to remote filesystems (regardless of the protocol).
  • Grant FTP access to a single app to a simple user

    Solved Support
    3
    0 Votes
    3 Posts
    706 Views
    P
    @nebulon Thank's a lot!