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
    6 Posts
    133 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
    156 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
    117 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
    332 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
    410 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
    388 Views
    M

    The solution is to add the filename to the path:

    In my case:

    /consume/file.pdf
  • 1 Votes
    15 Posts
    733 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
    520 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
    383 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
    383 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
    250 Views
    jordanurbsJ

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

    explicity - Services -> SFTP

    ahhh ok thanks!

  • 0 Votes
    9 Posts
    488 Views
    D

    @robi Oh.....๐Ÿ˜Š well that went way over my head.

  • Cannot access using SFTP

    Solved WordPress (Developer)
    4
    0 Votes
    4 Posts
    352 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
    322 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
    504 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
    401 Views
    P

    @nebulon Thank's a lot!

  • 0 Votes
    17 Posts
    945 Views
    d19dotcaD

    @lonk Yeah I figured we had the same issue but apparently not, my bad. Didn't mean to hijack the thread earlier. haha. Mine was actually caused by v6.0 due to a breaking change in how SFTP works - by default for admins only, meaning any non-admin users are rejected out of the box. But I think yours was different as you filed it before v6.0.

  • 2 Votes
    11 Posts
    698 Views
    d19dotcaD

    @mehdi said in Ability to modify server name used for SFTP access to avoid use of Cloudron's my.<domain>.<tld>:

    the prompt that everybody confirms without even reading

    haha, so true. Yeah I got a pop-up that was like "This is a new key" or something and just accepted it. Basically the same kind of message that happens with SSH. I just have certificate-based SSH though where it needs my key to even connect (i.e. you couldn't connect to my server over SSH without it), so I was surprised I didn't need that on my SFTP connection, thought I'd maybe need something similar. But I guess this makes sense then the more I think about it. Just caught me off guard. haha.