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


Skip to content
  • 1 Votes
    8 Posts
    156 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
    74 Views
    M

    @girish ah ok, thanks, will try that!

  • 1 Votes
    6 Posts
    152 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
    225 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.

  • 1 Votes
    4 Posts
    136 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
    412 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
    1 Votes
    11 Posts
    1k 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
    446 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 Votes
    6 Posts
    445 Views
    M

    The solution is to add the filename to the path:

    In my case:

    /consume/file.pdf
  • 1 Votes
    15 Posts
    843 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
    572 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?

  • 0 Votes
    6 Posts
    427 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 Votes
    7 Posts
    404 Views
    girishG

    FileZilla has a Site Manager (File -> Site Manager). You can create named sites.

    0cf9295b-7d1c-456b-bec6-64c9cb83bf06-image.png

  • Client user locked out of SFTP?

    Solved Support
    3
    0 Votes
    3 Posts
    269 Views
    jordanurbsJ

    @girish said in Client user locked out of SFTP?:

    explicity - Services -> SFTP

    ahhh ok thanks!

  • 0 Votes
    9 Posts
    533 Views
    D

    @robi Oh.....😊 well that went way over my head.

  • Cannot access using SFTP

    Solved WordPress (Developer)
    4
    0 Votes
    4 Posts
    392 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://

  • 0 Votes
    4 Posts
    356 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
    552 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
    3k 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).

  • 0 Votes
    3 Posts
    433 Views
    P

    @nebulon Thank's a lot!