Latest Panel Version - Server to Server Transfer will not connect

ERROR:
Can not initiate remote transfer. Error message: ‘transferStatus’

connecting two fresh install cyberpanel servers together with:
:8090/backup/remoteBackups

ports open and users have API access.

both servers running Ubuntu 20.24 with AMD 7950 CPU’s

No error logs

I’ve been using cyberpanel since 2019, not seen this one yet

@usmannasir

OK. I am checking this now.

Issue Resolved!

The problem was in the security middleware blocking API requests due to character validation. The middleware was incorrectly flagging JSON colons (:slight_smile: as dangerous characters even for API endpoints.

What was fixed:

  • Updated security middleware to properly exempt /api/remoteTransfer and other API endpoints from
    restrictive character validation
  • The middleware now allows JSON structure characters for API calls while maintaining security for regular
    requests

I’ve pushed the code in a development branch for now, i will merge soon with current stable branch.

facing Same problem Can not initiate remote transfer. Error message: ‘transferStatus’

latest commit - same problem exists. has this been applied to latest build yet?

I’ve pushed the code now, you can use and try.

1 Like

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.